Uses of Class
gov.nasa.arc.pds.xml.generated.DDPermissibleValue
-
Packages that use DDPermissibleValue Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of DDPermissibleValue in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type DDPermissibleValue Modifier and Type Field Description protected java.util.List<DDPermissibleValue>
DDContextValueList. ddPermissibleValues
protected java.util.List<DDPermissibleValue>
DDValueDomain. ddPermissibleValues
Methods in gov.nasa.arc.pds.xml.generated that return DDPermissibleValue Modifier and Type Method Description DDPermissibleValue
ObjectFactory. createDDPermissibleValue()
Create an instance ofDDPermissibleValue
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type DDPermissibleValue Modifier and Type Method Description java.util.List<DDPermissibleValue>
DDContextValueList. getDDPermissibleValues()
Gets the value of the ddPermissibleValues property.java.util.List<DDPermissibleValue>
DDValueDomain. getDDPermissibleValues()
Gets the value of the ddPermissibleValues property.
-