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