|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<RangeFieldType>
net.opengis.wcps.v_1_0.RangeFieldType
public enum RangeFieldType
Java class for RangeFieldType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RangeFieldType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="bool"/>
<enumeration value="char"/>
<enumeration value="unsigned char"/>
<enumeration value="short"/>
<enumeration value="unsigned short"/>
<enumeration value="long"/>
<enumeration value="unsigned long"/>
<enumeration value="float"/>
<enumeration value="double"/>
<enumeration value="complex"/>
<enumeration value="complex2"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
BOOL
|
|
CHAR
|
|
COMPLEX
|
|
COMPLEX_2
|
|
DOUBLE
|
|
FLOAT
|
|
LONG
|
|
SHORT
|
|
UNSIGNED_CHAR
|
|
UNSIGNED_LONG
|
|
UNSIGNED_SHORT
|
|
| Method Summary | |
|---|---|
static RangeFieldType |
fromValue(String v)
|
String |
value()
|
static RangeFieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RangeFieldType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RangeFieldType BOOL
public static final RangeFieldType CHAR
public static final RangeFieldType UNSIGNED_CHAR
public static final RangeFieldType SHORT
public static final RangeFieldType UNSIGNED_SHORT
public static final RangeFieldType LONG
public static final RangeFieldType UNSIGNED_LONG
public static final RangeFieldType FLOAT
public static final RangeFieldType DOUBLE
public static final RangeFieldType COMPLEX
public static final RangeFieldType COMPLEX_2
| Method Detail |
|---|
public static RangeFieldType[] values()
for (RangeFieldType c : RangeFieldType.values()) System.out.println(c);
public static RangeFieldType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static RangeFieldType fromValue(String v)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||