Uses of Class
gov.nasa.arc.pds.xml.generated.SpecialConstants
-
Packages that use SpecialConstants Package Description gov.nasa.arc.pds.xml.generated gov.nasa.pds.label.object Implementations of objects that represent the data objects that can be referenced by PDS labels. -
-
Uses of SpecialConstants in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as SpecialConstants Modifier and Type Field Description protected SpecialConstantsArray. specialConstantsprotected SpecialConstantsFieldBinary. specialConstantsprotected SpecialConstantsFieldBit. specialConstantsprotected SpecialConstantsFieldCharacter. specialConstantsprotected SpecialConstantsFieldDelimited. specialConstantsMethods in gov.nasa.arc.pds.xml.generated that return SpecialConstants Modifier and Type Method Description SpecialConstantsObjectFactory. createSpecialConstants()Create an instance ofSpecialConstantsSpecialConstantsArray. getSpecialConstants()Gets the value of the specialConstants property.SpecialConstantsFieldBinary. getSpecialConstants()Gets the value of the specialConstants property.SpecialConstantsFieldBit. getSpecialConstants()Gets the value of the specialConstants property.SpecialConstantsFieldCharacter. getSpecialConstants()Gets the value of the specialConstants property.SpecialConstantsFieldDelimited. getSpecialConstants()Gets the value of the specialConstants property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type SpecialConstants Modifier and Type Method Description voidArray. setSpecialConstants(SpecialConstants value)Sets the value of the specialConstants property.voidFieldBinary. setSpecialConstants(SpecialConstants value)Sets the value of the specialConstants property.voidFieldBit. setSpecialConstants(SpecialConstants value)Sets the value of the specialConstants property.voidFieldCharacter. setSpecialConstants(SpecialConstants value)Sets the value of the specialConstants property.voidFieldDelimited. setSpecialConstants(SpecialConstants value)Sets the value of the specialConstants property. -
Uses of SpecialConstants in gov.nasa.pds.label.object
Methods in gov.nasa.pds.label.object that return SpecialConstants Modifier and Type Method Description SpecialConstantsFieldDescription. getSpecialConstants()Methods in gov.nasa.pds.label.object with parameters of type SpecialConstants Modifier and Type Method Description voidFieldDescription. setSpecialConstants(SpecialConstants specialConstants)
-