Interface ILcdDAFIFRefuelingTrackPointFeature
- All Superinterfaces:
ILcdRefuelingTrackPointFeature
This interface extends the more general applicable features defined in the
ILcdRefuelingTrackPointFeature
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 refueling track point is
TLcdDAFIFRefuelingTrackPointDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The fix of this refueling route point.static final String
The country code of the navaid collocated with this refueling route point.static final String
The identifier of the navaid collocated with this refueling route point.static final String
The key code of the navaid collocated with this refueling route point.static final String
The type of the navaid collocated with this refueling route point.static final String
The identifier of this refueling route point.static final String
The usage code of this refueling route point.
-
Field Details
-
POINT_IDENTIFIER
The identifier of this refueling route point. The identifier is of the typeString
.- See Also:
-
NAVAID_IDENTIFIER
The identifier of the navaid collocated with this refueling route point. This identifier is of the typeString
.- See Also:
-
NAVAID_TYPE
The type of the navaid collocated with this refueling route point. This type is of the typeString
.- See Also:
-
NAVAID_COUNTRY_CODE
The country code of the navaid collocated with this refueling route point. This country code is of the typeString
.- See Also:
-
NAVAID_KEY_CODE
The key code of the navaid collocated with this refueling route point. This key code is of the typeString
.- See Also:
-
FIX
The fix of this refueling route point. The fix is of the typeString
.- See Also:
-
USAGE_CODE
The usage code of this refueling route point. Usage code is of the typeTLcdRefuelingTrackPointUsageCode
.- See Also:
-