public enum DuplicateIndicatorPos1 extends Enum<DuplicateIndicatorPos1>
Java class for DuplicateIndicatorPos1.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="DuplicateIndicatorPos1">
   <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
     <totalDigits value="1"/>
     <enumeration value="0"/>
     <enumeration value="1"/>
     <enumeration value="2"/>
     <enumeration value="3"/>
     <enumeration value="4"/>
     <enumeration value="5"/>
     <enumeration value="6"/>
     <enumeration value="7"/>
     <enumeration value="8"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| VALUE_1Undefined (None Defined) | 
| VALUE_2High Altitude | 
| VALUE_3Low Altitude | 
| VALUE_4SID | 
| VALUE_5STAR | 
| VALUE_6Approach | 
| VALUE_7Missed Approach | 
| VALUE_8Undefined (with other defined) | 
| VALUE_9All Altitude | 
| Modifier and Type | Method and Description | 
|---|---|
| static DuplicateIndicatorPos1 | fromValue(long v) | 
| long | value() | 
| static DuplicateIndicatorPos1 | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DuplicateIndicatorPos1[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DuplicateIndicatorPos1 VALUE_1
public static final DuplicateIndicatorPos1 VALUE_2
public static final DuplicateIndicatorPos1 VALUE_3
public static final DuplicateIndicatorPos1 VALUE_4
public static final DuplicateIndicatorPos1 VALUE_5
public static final DuplicateIndicatorPos1 VALUE_6
public static final DuplicateIndicatorPos1 VALUE_7
public static final DuplicateIndicatorPos1 VALUE_8
public static final DuplicateIndicatorPos1 VALUE_9
public static DuplicateIndicatorPos1[] values()
for (DuplicateIndicatorPos1 c : DuplicateIndicatorPos1.values()) System.out.println(c);
public static DuplicateIndicatorPos1 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 long value()
public static DuplicateIndicatorPos1 fromValue(long v)
Copyright © 2017. All rights reserved.