Uses of Class
gov.nasa.arc.pds.xml.generated.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 UnitsOfStorageFieldLength. unitprotected UnitsOfStorageFieldLocation. unitprotected UnitsOfStorageFileSize. unitprotected UnitsOfStorageGroupLength. unitprotected UnitsOfStorageGroupLocation. unitprotected UnitsOfStorageMaximumFieldLength. unitprotected UnitsOfStorageMaximumRecordLength. unitprotected UnitsOfStorageObjectLength. unitprotected UnitsOfStorageOffset. unitprotected UnitsOfStorageRecordLength. unitMethods in gov.nasa.arc.pds.xml.generated that return UnitsOfStorage Modifier and Type Method Description static UnitsOfStorageUnitsOfStorage. fromValue(String v)UnitsOfStorageFieldLength. getUnit()Gets the value of the unit property.UnitsOfStorageFieldLocation. getUnit()Gets the value of the unit property.UnitsOfStorageFileSize. getUnit()Gets the value of the unit property.UnitsOfStorageGroupLength. getUnit()Gets the value of the unit property.UnitsOfStorageGroupLocation. getUnit()Gets the value of the unit property.UnitsOfStorageMaximumFieldLength. getUnit()Gets the value of the unit property.UnitsOfStorageMaximumRecordLength. getUnit()Gets the value of the unit property.UnitsOfStorageObjectLength. getUnit()Gets the value of the unit property.UnitsOfStorageOffset. getUnit()Gets the value of the unit property.UnitsOfStorageRecordLength. getUnit()Gets the value of the unit property.static UnitsOfStorageUnitsOfStorage. valueOf(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 voidFieldLength. setUnit(UnitsOfStorage value)Sets the value of the unit property.voidFieldLocation. setUnit(UnitsOfStorage value)Sets the value of the unit property.voidFileSize. setUnit(UnitsOfStorage value)Sets the value of the unit property.voidGroupLength. setUnit(UnitsOfStorage value)Sets the value of the unit property.voidGroupLocation. setUnit(UnitsOfStorage value)Sets the value of the unit property.voidMaximumFieldLength. setUnit(UnitsOfStorage value)Sets the value of the unit property.voidMaximumRecordLength. setUnit(UnitsOfStorage value)Sets the value of the unit property.voidObjectLength. setUnit(UnitsOfStorage value)Sets the value of the unit property.voidOffset. setUnit(UnitsOfStorage value)Sets the value of the unit property.voidRecordLength. setUnit(UnitsOfStorage value)Sets the value of the unit property.