Uses of Class
gov.nasa.arc.pds.xml.generated.DDValueDomain
-
Packages that use DDValueDomain Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of DDValueDomain in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as DDValueDomain Modifier and Type Field Description protected DDValueDomain
DDAttribute. ddValueDomain
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type DDValueDomain Modifier and Type Field Description protected java.util.List<DDValueDomain>
DDAttributeExtended. ddValueDomains
Methods in gov.nasa.arc.pds.xml.generated that return DDValueDomain Modifier and Type Method Description DDValueDomain
ObjectFactory. createDDValueDomain()
Create an instance ofDDValueDomain
DDValueDomain
DDAttribute. getDDValueDomain()
Gets the value of the ddValueDomain property.Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type DDValueDomain Modifier and Type Method Description java.util.List<DDValueDomain>
DDAttributeExtended. getDDValueDomains()
Gets the value of the ddValueDomains property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type DDValueDomain Modifier and Type Method Description void
DDAttribute. setDDValueDomain(DDValueDomain value)
Sets the value of the ddValueDomain property.
-