public enum ProductContentsTypeValueEnumerationType extends java.lang.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 and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static ProductContentsTypeValueEnumerationType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static ProductContentsTypeValueEnumerationType |
valueOf(java.lang.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.
|
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
public static ProductContentsTypeValueEnumerationType[] values()
for (ProductContentsTypeValueEnumerationType c : ProductContentsTypeValueEnumerationType.values()) System.out.println(c);
public static ProductContentsTypeValueEnumerationType 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 static ProductContentsTypeValueEnumerationType fromValue(java.lang.String v)
Copyright © 2008-2021. All Rights Reserved.