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}string">
<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_1
GAST A or GAST B
|
VALUE_2
GAST C
|
VALUE_3
GAST C or GAST D
|
VALUE_4
Spare
|
VALUE_5
Spare
|
VALUE_6
Spare
|
VALUE_7
Spare
|
VALUE_8
Spare
|
| Modifier and Type | Method and Description |
|---|---|
static ApproachPerformanceDesignator |
fromValue(String v) |
String |
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 String value()
public static ApproachPerformanceDesignator fromValue(String v)
Copyright © 2020. All rights reserved.