public enum FrameNatureEnumeration extends Enum<FrameNatureEnumeration>
Java class for FrameNatureEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="FrameNatureEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
<enumeration value="planned"/>
<enumeration value="operational"/>
<enumeration value="contingencyPlan"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CONTINGENCY_PLAN |
OPERATIONAL |
OTHER |
PLANNED |
| Modifier and Type | Method and Description |
|---|---|
static FrameNatureEnumeration |
fromValue(String v) |
String |
value() |
static FrameNatureEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameNatureEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameNatureEnumeration PLANNED
public static final FrameNatureEnumeration OPERATIONAL
public static final FrameNatureEnumeration CONTINGENCY_PLAN
public static final FrameNatureEnumeration OTHER
public static FrameNatureEnumeration[] values()
for (FrameNatureEnumeration c : FrameNatureEnumeration.values()) System.out.println(c);
public static FrameNatureEnumeration valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static FrameNatureEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.