public enum DMEOperationalServiceVolume extends Enum<DMEOperationalServiceVolume>
Java class for DMEOperationalServiceVolume.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DMEOperationalServiceVolume"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="A"/> <enumeration value="B"/> <enumeration value="C"/> <enumeration value="D"/> <enumeration value="U"/> </restriction> </simpleType>
Enum Constant and Description |
---|
A
40NM or less
|
B
70NM or less
|
C
130NM or less
|
D
Greater than 130NM
|
U
Unspecified
|
Modifier and Type | Method and Description |
---|---|
static DMEOperationalServiceVolume |
fromValue(String v) |
String |
value() |
static DMEOperationalServiceVolume |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMEOperationalServiceVolume[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DMEOperationalServiceVolume A
public static final DMEOperationalServiceVolume B
public static final DMEOperationalServiceVolume C
public static final DMEOperationalServiceVolume D
public static final DMEOperationalServiceVolume U
public static DMEOperationalServiceVolume[] values()
for (DMEOperationalServiceVolume c : DMEOperationalServiceVolume.values()) System.out.println(c);
public static DMEOperationalServiceVolume 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 DMEOperationalServiceVolume fromValue(String v)
Copyright © 2017. All rights reserved.