public enum ApproachPerformanceDesignator extends Enum<ApproachPerformanceDesignator>
Java class for ApproachPerformanceDesignator.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="ApproachPerformanceDesignator">
   <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"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| VALUE_1GAST A or GAST B | 
| VALUE_2GAST C | 
| VALUE_3GAST C or GAST D | 
| VALUE_4Spare | 
| VALUE_5Spare | 
| VALUE_6Spare | 
| VALUE_7Spare | 
| VALUE_8Spare | 
| Modifier and Type | Method and Description | 
|---|---|
| static ApproachPerformanceDesignator | fromValue(long v) | 
| long | value() | 
| static ApproachPerformanceDesignator | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ApproachPerformanceDesignator[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ApproachPerformanceDesignator VALUE_1
public static final ApproachPerformanceDesignator VALUE_2
public static final ApproachPerformanceDesignator VALUE_3
public static final ApproachPerformanceDesignator VALUE_4
public static final ApproachPerformanceDesignator VALUE_5
public static final ApproachPerformanceDesignator VALUE_6
public static final ApproachPerformanceDesignator VALUE_7
public static final ApproachPerformanceDesignator VALUE_8
public static ApproachPerformanceDesignator[] values()
for (ApproachPerformanceDesignator c : ApproachPerformanceDesignator.values()) System.out.println(c);
public static ApproachPerformanceDesignator 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 ApproachPerformanceDesignator fromValue(long v)
Copyright © 2017. All rights reserved.