public enum InformationTypeEnumerationType extends java.lang.Enum<InformationTypeEnumerationType>
Java class for InformationTypeEnumerationType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="InformationTypeEnumerationType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="KINEMATIC MODEL"/>
<enumeration value="CLIMATE STATISTICS"/>
<enumeration value="WEATHER FORECAST"/>
<enumeration value="ESTIMATED WORKLOAD"/>
<enumeration value="REAL WORKLOAD"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CLIMATE_STATISTICS |
ESTIMATED_WORKLOAD |
KINEMATIC_MODEL |
REAL_WORKLOAD |
WEATHER_FORECAST |
| Modifier and Type | Method and Description |
|---|---|
static InformationTypeEnumerationType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static InformationTypeEnumerationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InformationTypeEnumerationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InformationTypeEnumerationType KINEMATIC_MODEL
public static final InformationTypeEnumerationType CLIMATE_STATISTICS
public static final InformationTypeEnumerationType WEATHER_FORECAST
public static final InformationTypeEnumerationType ESTIMATED_WORKLOAD
public static final InformationTypeEnumerationType REAL_WORKLOAD
public static InformationTypeEnumerationType[] values()
for (InformationTypeEnumerationType c : InformationTypeEnumerationType.values()) System.out.println(c);
public static InformationTypeEnumerationType 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 InformationTypeEnumerationType fromValue(java.lang.String v)
Copyright © 2008-2021. All Rights Reserved.