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