public enum TAASectorIdentifier extends Enum<TAASectorIdentifier>
Java class for TAASectorIdentifier.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TAASectorIdentifier"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="C"/> <enumeration value="L"/> <enumeration value="T"/> </restriction> </simpleType>
Enum Constant and Description |
---|
C
Straight-In or Center Fix
|
L
Left Base Area
|
T
Right Base Area
|
Modifier and Type | Method and Description |
---|---|
static TAASectorIdentifier |
fromValue(String v) |
String |
value() |
static TAASectorIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TAASectorIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TAASectorIdentifier C
public static final TAASectorIdentifier L
public static final TAASectorIdentifier T
public static TAASectorIdentifier[] values()
for (TAASectorIdentifier c : TAASectorIdentifier.values()) System.out.println(c);
public static TAASectorIdentifier 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 TAASectorIdentifier fromValue(String v)
Copyright © 2017. All rights reserved.