Uses of Enum Class
gov.nasa.arc.pds.xml.generated.UnitsOfStorage
Packages that use UnitsOfStorage
-
Uses of UnitsOfStorage in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as UnitsOfStorageModifier and TypeFieldDescriptionprotected 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 UnitsOfStorageModifier and TypeMethodDescriptionstatic UnitsOfStorageGets the enum associated to the value passed as parameter.FieldLength.getUnit()Gets the value of the unit property.FieldLocation.getUnit()Gets the value of the unit property.FileSize.getUnit()Gets the value of the unit property.GroupLength.getUnit()Gets the value of the unit property.GroupLocation.getUnit()Gets the value of the unit property.MaximumFieldLength.getUnit()Gets the value of the unit property.MaximumRecordLength.getUnit()Gets the value of the unit property.ObjectLength.getUnit()Gets the value of the unit property.Offset.getUnit()Gets the value of the unit property.RecordLength.getUnit()Gets the value of the unit property.static UnitsOfStorageReturns the enum constant of this class with the specified name.static UnitsOfStorage[]UnitsOfStorage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gov.nasa.arc.pds.xml.generated with parameters of type UnitsOfStorageModifier and TypeMethodDescriptionvoidFieldLength.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.