Package | Description |
---|---|
com.ars.aerodata.A424A_enums | |
com.ars.aerodata.A424A_records |
Modifier and Type | Method and Description |
---|---|
static PublicMilitaryIndicator |
PublicMilitaryIndicator.fromValue(String v) |
static PublicMilitaryIndicator |
PublicMilitaryIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicMilitaryIndicator[] |
PublicMilitaryIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected PublicMilitaryIndicator |
SpecialActivityArea.publicMilitaryIndicator
Airports can be classified into four categories, airports open to the general public, military airports, joint use civil and military, and airports closed to the public.
|
protected PublicMilitaryIndicator |
Port.publicMilitaryIndicator
Airports can be classified into four categories, airports open to the general public, military airports, joint use civil and military, and airports closed to the public.
|
Modifier and Type | Method and Description |
---|---|
PublicMilitaryIndicator |
SpecialActivityArea.getPublicMilitaryIndicator()
Gets the value of the publicMilitaryIndicator property.
|
PublicMilitaryIndicator |
Port.getPublicMilitaryIndicator()
Gets the value of the publicMilitaryIndicator property.
|
Modifier and Type | Method and Description |
---|---|
void |
SpecialActivityArea.setPublicMilitaryIndicator(PublicMilitaryIndicator value)
Sets the value of the publicMilitaryIndicator property.
|
void |
Port.setPublicMilitaryIndicator(PublicMilitaryIndicator value)
Sets the value of the publicMilitaryIndicator property.
|
Copyright © 2017. All rights reserved.