public enum UnitsOfRadiance extends Enum<UnitsOfRadiance>
Java class for Units_of_Radiance.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="Units_of_Radiance"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="W*m**-2*sr**-1"/> <enumeration value="W/(m**2*sr)"/> </restriction> </simpleType>
Enum Constant and Description |
---|
W_PER_M2_PER_SR |
W_PER_M2_SR |
Modifier and Type | Method and Description |
---|---|
static UnitsOfRadiance |
fromValue(String v) |
String |
value() |
static UnitsOfRadiance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitsOfRadiance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnitsOfRadiance W_PER_M2_PER_SR
public static final UnitsOfRadiance W_PER_M2_SR
public static UnitsOfRadiance[] values()
for (UnitsOfRadiance c : UnitsOfRadiance.values()) System.out.println(c);
public static UnitsOfRadiance valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static UnitsOfRadiance fromValue(String v)
Copyright © 2010–2017 Planetary Data System. All rights reserved.