Uses of Class
gov.nasa.arc.pds.xml.generated.FieldLength
-
Packages that use FieldLength Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of FieldLength in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as FieldLength Modifier and Type Field Description protected FieldLength
FieldBinary. fieldLength
protected FieldLength
FieldCharacter. fieldLength
Methods in gov.nasa.arc.pds.xml.generated that return FieldLength Modifier and Type Method Description FieldLength
ObjectFactory. createFieldLength()
Create an instance ofFieldLength
FieldLength
FieldBinary. getFieldLength()
Gets the value of the fieldLength property.FieldLength
FieldCharacter. getFieldLength()
Gets the value of the fieldLength property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type FieldLength Modifier and Type Method Description void
FieldBinary. setFieldLength(FieldLength value)
Sets the value of the fieldLength property.void
FieldCharacter. setFieldLength(FieldLength value)
Sets the value of the fieldLength property.
-