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

Packages that use UnitsOfLength
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
protected  UnitsOfLength CenterWavelength.unit
           
protected  UnitsOfLength BandWidth.unit
           
protected  UnitsOfLength Aperture.unit
           
protected  UnitsOfLength Altitude.unit
           
 

Methods in gov.nasa.arc.pds.xml.generated that return UnitsOfLength
static UnitsOfLength UnitsOfLength.fromValue(String v)
           
 UnitsOfLength CenterWavelength.getUnit()
          Gets the value of the unit property.
 UnitsOfLength BandWidth.getUnit()
          Gets the value of the unit property.
 UnitsOfLength Aperture.getUnit()
          Gets the value of the unit property.
 UnitsOfLength Altitude.getUnit()
          Gets the value of the unit property.
static UnitsOfLength UnitsOfLength.valueOf(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
 void CenterWavelength.setUnit(UnitsOfLength value)
          Sets the value of the unit property.
 void BandWidth.setUnit(UnitsOfLength value)
          Sets the value of the unit property.
 void Aperture.setUnit(UnitsOfLength value)
          Sets the value of the unit property.
 void Altitude.setUnit(UnitsOfLength value)
          Sets the value of the unit property.
 



Copyright © 2014. All Rights Reserved.