| Package | Description | 
|---|---|
| com.ars.aerodata.A424_enums | |
| com.ars.aerodata.A424_records | 
| Modifier and Type | Method and Description | 
|---|---|
| static UnitIndicator | UnitIndicator. fromValue(String v) | 
| static UnitIndicator | UnitIndicator. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static UnitIndicator[] | UnitIndicator. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected UnitIndicator | SpecialActivityArea. unitIndicatorRestrictive Airspace lower and upper limits are specified as above mean sea level (MSL) or above ground level (AGL). | 
| protected UnitIndicator | Airspace. unitIndicatorLower | 
| protected UnitIndicator | Airspace. unitIndicatorUpper | 
| Modifier and Type | Method and Description | 
|---|---|
| UnitIndicator | SpecialActivityArea. getUnitIndicator()Gets the value of the unitIndicator property. | 
| UnitIndicator | Airspace. getUnitIndicatorLower()Gets the value of the unitIndicatorLower property. | 
| UnitIndicator | Airspace. getUnitIndicatorUpper()Gets the value of the unitIndicatorUpper property. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpecialActivityArea. setUnitIndicator(UnitIndicator value)Sets the value of the unitIndicator property. | 
| void | Airspace. setUnitIndicatorLower(UnitIndicator value)Sets the value of the unitIndicatorLower property. | 
| void | Airspace. setUnitIndicatorUpper(UnitIndicator value)Sets the value of the unitIndicatorUpper property. | 
Copyright © 2020. All rights reserved.