Uses of Class
gov.nasa.arc.pds.xml.generated.UnitsOfAngle
| Package | Description |
|---|---|
| gov.nasa.arc.pds.xml.generated |
-
Uses of UnitsOfAngle in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as UnitsOfAngle Modifier and Type Field Description protected UnitsOfAngleSolarLongitude. unitprotected UnitsOfAngleTelescopeLatitude. unitprotected UnitsOfAngleTelescopeLongitude. unitMethods in gov.nasa.arc.pds.xml.generated that return UnitsOfAngle Modifier and Type Method Description static UnitsOfAngleUnitsOfAngle. fromValue(String v)UnitsOfAngleSolarLongitude. getUnit()Gets the value of the unit property.UnitsOfAngleTelescopeLatitude. getUnit()Gets the value of the unit property.UnitsOfAngleTelescopeLongitude. getUnit()Gets the value of the unit property.static UnitsOfAngleUnitsOfAngle. valueOf(String name)Returns the enum constant of this type with the specified name.static UnitsOfAngle[]UnitsOfAngle. 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 UnitsOfAngle Modifier and Type Method Description voidSolarLongitude. setUnit(UnitsOfAngle value)Sets the value of the unit property.voidTelescopeLatitude. setUnit(UnitsOfAngle value)Sets the value of the unit property.voidTelescopeLongitude. setUnit(UnitsOfAngle value)Sets the value of the unit property.