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