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="" ""/> <enumeration value="Y"/> </restriction> </simpleType>
Enum Constant and Description |
---|
VALUE_1
additional Continuation Record is not required
|
VALUE_2
additional Continuation Record is 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 VALUE_1
public static final RestrictiveAirspaceLink VALUE_2
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 © 2017. All rights reserved.