Uses of Class
gov.nasa.arc.pds.xml.generated.UnitsOfGmass
-
Packages that use UnitsOfGmass Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of UnitsOfGmass in gov.nasa.arc.pds.xml.generated
Methods in gov.nasa.arc.pds.xml.generated that return UnitsOfGmass Modifier and Type Method Description static UnitsOfGmass
UnitsOfGmass. fromValue(java.lang.String v)
Gets the enum associated to the value passed as parameter.static UnitsOfGmass
UnitsOfGmass. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnitsOfGmass[]
UnitsOfGmass. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-