public static enum TLcdCSWInspireProfile.Conformance extends java.lang.Enum<TLcdCSWInspireProfile.Conformance>
Enum Constant and Description |
---|
CONFORMANT |
NOT_CONFORMANT |
NOT_EVALUATED |
Modifier and Type | Method and Description |
---|---|
static TLcdCSWInspireProfile.Conformance |
fromValue(java.lang.String aValue)
Returns the enum object corresponding to the given string.
|
java.lang.String |
toString() |
java.lang.String |
value()
Returns the string value of the enumeration value.
|
static TLcdCSWInspireProfile.Conformance |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TLcdCSWInspireProfile.Conformance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TLcdCSWInspireProfile.Conformance CONFORMANT
public static final TLcdCSWInspireProfile.Conformance NOT_CONFORMANT
public static final TLcdCSWInspireProfile.Conformance NOT_EVALUATED
public static TLcdCSWInspireProfile.Conformance[] values()
for (TLcdCSWInspireProfile.Conformance c : TLcdCSWInspireProfile.Conformance.values()) System.out.println(c);
public static TLcdCSWInspireProfile.Conformance valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public java.lang.String toString()
toString
in class java.lang.Enum<TLcdCSWInspireProfile.Conformance>
public static TLcdCSWInspireProfile.Conformance fromValue(java.lang.String aValue)
aValue
- the string value corresponding to the enum value