Uses of Class
gov.nasa.arc.pds.xml.generated.UnitsOfLength
-
Packages that use 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 UnitsOfLength
Altitude. unit
protected UnitsOfLength
Aperture. unit
protected UnitsOfLength
BandWidth. unit
protected UnitsOfLength
CenterWavelength. unit
protected UnitsOfLength
TelescopeAltitude. unit
Methods in gov.nasa.arc.pds.xml.generated that return UnitsOfLength Modifier and Type Method Description static UnitsOfLength
UnitsOfLength. fromValue(java.lang.String v)
Gets the enum associated to the value passed as parameter.UnitsOfLength
Altitude. getUnit()
Gets the value of the unit property.UnitsOfLength
Aperture. getUnit()
Gets the value of the unit property.UnitsOfLength
BandWidth. getUnit()
Gets the value of the unit property.UnitsOfLength
CenterWavelength. getUnit()
Gets the value of the unit property.UnitsOfLength
TelescopeAltitude. getUnit()
Gets the value of the unit property.static UnitsOfLength
UnitsOfLength. valueOf(java.lang.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 void
Altitude. setUnit(UnitsOfLength value)
Sets the value of the unit property.void
Aperture. setUnit(UnitsOfLength value)
Sets the value of the unit property.void
BandWidth. setUnit(UnitsOfLength value)
Sets the value of the unit property.void
CenterWavelength. setUnit(UnitsOfLength value)
Sets the value of the unit property.void
TelescopeAltitude. setUnit(UnitsOfLength value)
Sets the value of the unit property.
-