Uses of Class
gov.nasa.arc.pds.xml.generated.UnitsOfLength
| Package | Description |
|---|---|
| gov.nasa.arc.pds.xml.generated |
-
Uses of UnitsOfLength in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as UnitsOfLength Modifier and Type Field Description protected UnitsOfLengthAltitude. unitprotected UnitsOfLengthAperture. unitprotected UnitsOfLengthBandWidth. unitprotected UnitsOfLengthCenterWavelength. unitprotected UnitsOfLengthTelescopeAltitude. unitMethods in gov.nasa.arc.pds.xml.generated that return UnitsOfLength Modifier and Type Method Description static UnitsOfLengthUnitsOfLength. fromValue(String v)UnitsOfLengthAltitude. getUnit()Gets the value of the unit property.UnitsOfLengthAperture. getUnit()Gets the value of the unit property.UnitsOfLengthBandWidth. getUnit()Gets the value of the unit property.UnitsOfLengthCenterWavelength. getUnit()Gets the value of the unit property.UnitsOfLengthTelescopeAltitude. getUnit()Gets the value of the unit property.static UnitsOfLengthUnitsOfLength. valueOf(String name)Returns the enum constant of this type with the specified name.static UnitsOfLength[]UnitsOfLength. 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 UnitsOfLength Modifier and Type Method Description voidAltitude. setUnit(UnitsOfLength value)Sets the value of the unit property.voidAperture. setUnit(UnitsOfLength value)Sets the value of the unit property.voidBandWidth. setUnit(UnitsOfLength value)Sets the value of the unit property.voidCenterWavelength. setUnit(UnitsOfLength value)Sets the value of the unit property.voidTelescopeAltitude. setUnit(UnitsOfLength value)Sets the value of the unit property.