public enum RestrictiveAirspaceLink extends Enum<RestrictiveAirspaceLink>
Java class for RestrictiveAirspaceLink.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RestrictiveAirspaceLink">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AddNotReq"/>
<enumeration value="AddIsReq"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ADD_IS_REQ
additional Continuation Record is required
|
ADD_NOT_REQ
additional Continuation Record is not required
|
| Modifier and Type | Method and Description |
|---|---|
static RestrictiveAirspaceLink |
fromValue(String v) |
String |
value() |
static RestrictiveAirspaceLink |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestrictiveAirspaceLink[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestrictiveAirspaceLink ADD_NOT_REQ
public static final RestrictiveAirspaceLink ADD_IS_REQ
public static RestrictiveAirspaceLink[] values()
for (RestrictiveAirspaceLink c : RestrictiveAirspaceLink.values()) System.out.println(c);
public static RestrictiveAirspaceLink 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 RestrictiveAirspaceLink fromValue(String v)
Copyright © 2020. All rights reserved.