public enum FixRelatedTransitionCode extends Enum<FixRelatedTransitionCode>
Java class for FixRelatedTransitionCode.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="FixRelatedTransitionCode">
<restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
VALUE_1
Fix Located in SID Runway Transition
|
VALUE_2
Fix Located in SID Common Portion
|
VALUE_3
Fix Located in SID Enroute Transition
|
VALUE_4
Fix Located in STAR Enroute Transition
|
VALUE_5
Fix Located in STAR Common Portion
|
VALUE_6
Fix Located in STAR Runway Transition
|
| Modifier and Type | Method and Description |
|---|---|
static FixRelatedTransitionCode |
fromValue(long v) |
long |
value() |
static FixRelatedTransitionCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FixRelatedTransitionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FixRelatedTransitionCode VALUE_1
public static final FixRelatedTransitionCode VALUE_2
public static final FixRelatedTransitionCode VALUE_3
public static final FixRelatedTransitionCode VALUE_4
public static final FixRelatedTransitionCode VALUE_5
public static final FixRelatedTransitionCode VALUE_6
public static FixRelatedTransitionCode[] values()
for (FixRelatedTransitionCode c : FixRelatedTransitionCode.values()) System.out.println(c);
public static FixRelatedTransitionCode 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 FixRelatedTransitionCode fromValue(long v)
Copyright © 2020. All rights reserved.