Interface ILcdDAFIFArrestingGearFeature
- All Superinterfaces:
ILcdArrestingGearFeature
This interface extends the more general applicable features defined in the
ILcdArrestingGearFeature
interface with DAFIF specific features.
If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
This interface defines the features (properties) that can be requested through ILcdFeatured
.
A more preferred and generic way to access the properties of a domain object is through ILcdDataObject
.
The related class defining the available data object properties for a DAFIF arresting gear is
TLcdDAFIFArrestingGearDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The aerodrome identification of the arresting gear.static final String
The type of the energy absorbing device of the arresting gear.static final String
The type of the engaging (or catching) device of the arresting gear.static final String
The ICAO location identifier of the arresting gear.static final String
The runway identifier of the arresting gear.
-
Field Details
-
AERODROME_IDENTIFICATION
The aerodrome identification of the arresting gear. The aerodrome identification is of the typeString
.- See Also:
-
RUNWAY_IDENTIFIER
The runway identifier of the arresting gear. The runway identifier is of the typeString
.- See Also:
-
ENERGY_ABSORBING_DEVICE_CODE
The type of the energy absorbing device of the arresting gear. The energy absorbing device code is of the typeString
.- See Also:
-
ENGAGING_DEVICE_CODE
The type of the engaging (or catching) device of the arresting gear. The engaging device code is of the typeString
.- See Also:
-
ICAO_CODE
The ICAO location identifier of the arresting gear. This is a four letter code which consists of four characters or two characters and two spaces. This feature is of the typeString
.- See Also:
-