Uses of Class
gov.nasa.arc.pds.xml.generated.TerminologicalEntry
-
Packages that use TerminologicalEntry Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of TerminologicalEntry in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type TerminologicalEntry Modifier and Type Field Description protected java.util.List<TerminologicalEntry>
DDAttribute. terminologicalEntries
protected java.util.List<TerminologicalEntry>
DDAttributeExtended. terminologicalEntries
protected java.util.List<TerminologicalEntry>
DDAttributeFull. terminologicalEntries
protected java.util.List<TerminologicalEntry>
DDClass. terminologicalEntries
protected java.util.List<TerminologicalEntry>
DDClassExtended. terminologicalEntries
protected java.util.List<TerminologicalEntry>
DDClassFull. terminologicalEntries
protected java.util.List<TerminologicalEntry>
DDPermissibleValue. terminologicalEntries
protected java.util.List<TerminologicalEntry>
DDPermissibleValueFull. terminologicalEntries
Methods in gov.nasa.arc.pds.xml.generated that return TerminologicalEntry Modifier and Type Method Description TerminologicalEntry
ObjectFactory. createTerminologicalEntry()
Create an instance ofTerminologicalEntry
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type TerminologicalEntry Modifier and Type Method Description java.util.List<TerminologicalEntry>
DDAttribute. getTerminologicalEntries()
Gets the value of the terminologicalEntries property.java.util.List<TerminologicalEntry>
DDAttributeExtended. getTerminologicalEntries()
Gets the value of the terminologicalEntries property.java.util.List<TerminologicalEntry>
DDAttributeFull. getTerminologicalEntries()
Gets the value of the terminologicalEntries property.java.util.List<TerminologicalEntry>
DDClass. getTerminologicalEntries()
Gets the value of the terminologicalEntries property.java.util.List<TerminologicalEntry>
DDClassExtended. getTerminologicalEntries()
Gets the value of the terminologicalEntries property.java.util.List<TerminologicalEntry>
DDClassFull. getTerminologicalEntries()
Gets the value of the terminologicalEntries property.java.util.List<TerminologicalEntry>
DDPermissibleValue. getTerminologicalEntries()
Gets the value of the terminologicalEntries property.java.util.List<TerminologicalEntry>
DDPermissibleValueFull. getTerminologicalEntries()
Gets the value of the terminologicalEntries property.
-