|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ProductContentsTypeValueEnumerationType>
net.opengis.omeo.alt.v_2_0.ProductContentsTypeValueEnumerationType
public enum ProductContentsTypeValueEnumerationType
Java class for ProductContentsTypeValueEnumerationType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ProductContentsTypeValueEnumerationType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="REGIONAL"/>
<enumeration value="OTHER"/>
<enumeration value="OPEN_OCEAN"/>
<enumeration value="ICE"/>
<enumeration value="HYDROLOGY"/>
<enumeration value="COASTAL"/>
<enumeration value="CONTINENTAL"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
COASTAL
Indicates a coastal data product |
|
CONTINENTAL
Indicates a continenta datal product |
|
HYDROLOGY
Indicates a hydrological data product |
|
ICE
Indicates an ice data product |
|
OPEN_OCEAN
Indicates an open ocean data product |
|
OTHER
Indicates another type of data product |
|
REGIONAL
Indicates a regional data product |
|
| Method Summary | |
|---|---|
static ProductContentsTypeValueEnumerationType |
fromValue(String v)
|
String |
value()
|
static ProductContentsTypeValueEnumerationType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProductContentsTypeValueEnumerationType[] |
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 ProductContentsTypeValueEnumerationType REGIONAL
public static final ProductContentsTypeValueEnumerationType OTHER
public static final ProductContentsTypeValueEnumerationType OPEN_OCEAN
public static final ProductContentsTypeValueEnumerationType ICE
public static final ProductContentsTypeValueEnumerationType HYDROLOGY
public static final ProductContentsTypeValueEnumerationType COASTAL
public static final ProductContentsTypeValueEnumerationType CONTINENTAL
| Method Detail |
|---|
public static ProductContentsTypeValueEnumerationType[] values()
for (ProductContentsTypeValueEnumerationType c : ProductContentsTypeValueEnumerationType.values()) System.out.println(c);
public static ProductContentsTypeValueEnumerationType 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 ProductContentsTypeValueEnumerationType fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||