Uses of Class
gov.nasa.arc.pds.xml.generated.UnitsOfStorage
-
Packages that use UnitsOfStorage Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of UnitsOfStorage in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as UnitsOfStorage Modifier and Type Field Description protected UnitsOfStorage
FieldLength. unit
protected UnitsOfStorage
FieldLocation. unit
protected UnitsOfStorage
FileSize. unit
protected UnitsOfStorage
GroupLength. unit
protected UnitsOfStorage
GroupLocation. unit
protected UnitsOfStorage
MaximumFieldLength. unit
protected UnitsOfStorage
MaximumRecordLength. unit
protected UnitsOfStorage
ObjectLength. unit
protected UnitsOfStorage
Offset. unit
protected UnitsOfStorage
RecordLength. unit
Methods in gov.nasa.arc.pds.xml.generated that return UnitsOfStorage Modifier and Type Method Description static UnitsOfStorage
UnitsOfStorage. fromValue(java.lang.String v)
Gets the enum associated to the value passed as parameter.UnitsOfStorage
FieldLength. getUnit()
Gets the value of the unit property.UnitsOfStorage
FieldLocation. getUnit()
Gets the value of the unit property.UnitsOfStorage
FileSize. getUnit()
Gets the value of the unit property.UnitsOfStorage
GroupLength. getUnit()
Gets the value of the unit property.UnitsOfStorage
GroupLocation. getUnit()
Gets the value of the unit property.UnitsOfStorage
MaximumFieldLength. getUnit()
Gets the value of the unit property.UnitsOfStorage
MaximumRecordLength. getUnit()
Gets the value of the unit property.UnitsOfStorage
ObjectLength. getUnit()
Gets the value of the unit property.UnitsOfStorage
Offset. getUnit()
Gets the value of the unit property.UnitsOfStorage
RecordLength. getUnit()
Gets the value of the unit property.static UnitsOfStorage
UnitsOfStorage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnitsOfStorage[]
UnitsOfStorage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.arc.pds.xml.generated with parameters of type UnitsOfStorage Modifier and Type Method Description void
FieldLength. setUnit(UnitsOfStorage value)
Sets the value of the unit property.void
FieldLocation. setUnit(UnitsOfStorage value)
Sets the value of the unit property.void
FileSize. setUnit(UnitsOfStorage value)
Sets the value of the unit property.void
GroupLength. setUnit(UnitsOfStorage value)
Sets the value of the unit property.void
GroupLocation. setUnit(UnitsOfStorage value)
Sets the value of the unit property.void
MaximumFieldLength. setUnit(UnitsOfStorage value)
Sets the value of the unit property.void
MaximumRecordLength. setUnit(UnitsOfStorage value)
Sets the value of the unit property.void
ObjectLength. setUnit(UnitsOfStorage value)
Sets the value of the unit property.void
Offset. setUnit(UnitsOfStorage value)
Sets the value of the unit property.void
RecordLength. setUnit(UnitsOfStorage value)
Sets the value of the unit property.
-