Uses of Enum Class
gov.nasa.arc.pds.xml.generated.UnitsOfAngle
Packages that use UnitsOfAngle
-
Uses of UnitsOfAngle in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as UnitsOfAngleModifier and TypeFieldDescriptionprotected UnitsOfAngleSolarLongitude.unitprotected UnitsOfAngleTelescopeLatitude.unitprotected UnitsOfAngleTelescopeLongitude.unitMethods in gov.nasa.arc.pds.xml.generated that return UnitsOfAngleModifier and TypeMethodDescriptionstatic UnitsOfAngleGets the enum associated to the value passed as parameter.SolarLongitude.getUnit()Gets the value of the unit property.TelescopeLatitude.getUnit()Gets the value of the unit property.TelescopeLongitude.getUnit()Gets the value of the unit property.static UnitsOfAngleReturns the enum constant of this class with the specified name.static UnitsOfAngle[]UnitsOfAngle.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 UnitsOfAngleModifier and TypeMethodDescriptionvoidSolarLongitude.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.