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 SpecialConstants
Array. specialConstants
protected SpecialConstants
FieldBinary. specialConstants
protected SpecialConstants
FieldBit. specialConstants
protected SpecialConstants
FieldCharacter. specialConstants
protected SpecialConstants
FieldDelimited. specialConstants
Methods in gov.nasa.arc.pds.xml.generated that return SpecialConstants Modifier and Type Method Description SpecialConstants
ObjectFactory. createSpecialConstants()
Create an instance ofSpecialConstants
SpecialConstants
Array. getSpecialConstants()
Gets the value of the specialConstants property.SpecialConstants
FieldBinary. getSpecialConstants()
Gets the value of the specialConstants property.SpecialConstants
FieldBit. getSpecialConstants()
Gets the value of the specialConstants property.SpecialConstants
FieldCharacter. getSpecialConstants()
Gets the value of the specialConstants property.SpecialConstants
FieldDelimited. 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 void
Array. setSpecialConstants(SpecialConstants value)
Sets the value of the specialConstants property.void
FieldBinary. setSpecialConstants(SpecialConstants value)
Sets the value of the specialConstants property.void
FieldBit. setSpecialConstants(SpecialConstants value)
Sets the value of the specialConstants property.void
FieldCharacter. setSpecialConstants(SpecialConstants value)
Sets the value of the specialConstants property.void
FieldDelimited. 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 SpecialConstants
FieldDescription. getSpecialConstants()
Methods in gov.nasa.pds.label.object with parameters of type SpecialConstants Modifier and Type Method Description void
FieldDescription. setSpecialConstants(SpecialConstants specialConstants)
-