public interface ILcdDAFIFHoldingFeature extends ILcdHoldingFeature
ILcdHoldingFeature
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 holding is
TLcdDAFIFHoldingDataProperties
.
TLcdDAFIFHoldingDataProperties
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CYCLE_DATE
Identifies the calendar period in which the record was added to the file or last revised.
|
static java.lang.String |
DUPLICATE_IDENTIFIER
A code giving more information about the airspace structure
in which the holding is to be used and about the multiple designations
of holdings on a waypoint.
|
static java.lang.String |
ICAO_CODE
The ICAO location identifier of the holding.
|
static java.lang.String |
ICAO_REGION
The first two letters of the feature
ICAO_CODE
representing the ICAO region of the holding. |
static java.lang.String |
WAYPOINT_COUNTRY_CODE
The country code of the waypoint of the holding.
|
static java.lang.String |
WAYPOINT_IDENTIFIER
The identifier of the waypoint of the holding.
|
static final java.lang.String WAYPOINT_IDENTIFIER
String
.static final java.lang.String WAYPOINT_COUNTRY_CODE
String
.static final java.lang.String ICAO_REGION
ICAO_CODE
representing the ICAO region of the holding.
This feature is of the type String
.
For ICAO regions starting with a 'K', the second character is not unambiguous
specified by the different formats. ARINC will use regions like K1, K2, etc.
while DAFIF specifies regions like KZ, KA, etc. .static final java.lang.String ICAO_CODE
String
.static final java.lang.String DUPLICATE_IDENTIFIER
String
.static final java.lang.String CYCLE_DATE
String
.