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

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

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

Fields in gov.nasa.arc.pds.xml.generated declared as UnitOfMeasureVelocity
protected  UnitOfMeasureVelocity Vz.unit
           
protected  UnitOfMeasureVelocity Vy.unit
           
protected  UnitOfMeasureVelocity Vx.unit
           
 

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



Copyright © 2013. All Rights Reserved.