Uses of Class
gov.nasa.arc.pds.xml.generated.UnitOfMeasureAngle

Packages that use UnitOfMeasureAngle
gov.nasa.arc.pds.xml.generated   
 

Uses of UnitOfMeasureAngle in gov.nasa.arc.pds.xml.generated
 

Fields in gov.nasa.arc.pds.xml.generated declared as UnitOfMeasureAngle
protected  UnitOfMeasureAngle Longitude.unit
           
protected  UnitOfMeasureAngle Latitude.unit
           
 

Methods in gov.nasa.arc.pds.xml.generated that return UnitOfMeasureAngle
static UnitOfMeasureAngle UnitOfMeasureAngle.fromValue(String v)
           
 UnitOfMeasureAngle Longitude.getUnit()
          Gets the value of the unit property.
 UnitOfMeasureAngle Latitude.getUnit()
          Gets the value of the unit property.
static UnitOfMeasureAngle UnitOfMeasureAngle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UnitOfMeasureAngle[] UnitOfMeasureAngle.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 UnitOfMeasureAngle
 void Longitude.setUnit(UnitOfMeasureAngle value)
          Sets the value of the unit property.
 void Latitude.setUnit(UnitOfMeasureAngle value)
          Sets the value of the unit property.
 



Copyright © 2013. All Rights Reserved.