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="40OrLess"/>
     <enumeration value="70OrLess"/>
     <enumeration value="130OrLess"/>
     <enumeration value="GreaterThan130"/>
     <enumeration value="Unspecified"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| VALUE_140NM or less | 
| VALUE_270NM or less | 
| VALUE_3130NM or less | 
| VALUE_4Greater than 130NM | 
| VALUE_5Unspecified | 
| 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 VALUE_1
public static final DmeOperationalServiceVolume VALUE_2
public static final DmeOperationalServiceVolume VALUE_3
public static final DmeOperationalServiceVolume VALUE_4
public static final DmeOperationalServiceVolume VALUE_5
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 © 2020. All rights reserved.