Interface ILcdDAFIFMilitaryTrainingRouteFeature
- All Superinterfaces:
ILcdMilitaryTrainingRouteFeature
,ILcdRouteFeature
This interface extends the more general applicable features defined in the
ILcdMilitaryTrainingRouteFeature
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 military training route is
TLcdDAFIFMilitaryTrainingRouteDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A code indicating the country in which the military training route originates.static final String
Identifies the calendar period in which the record was added to the file or last revised.static final String
The hours, days and/or dates that this military training route is to be in effect.static final String
The first two letters of the ICAO location identifier of the military training route representing the ICAO region code.static final String
The identifier of the military training route.static final String
The military unit designated as the originating activity.static final String
The military unit responsible for scheduling all military training route flights.
-
Field Details
-
IDENTIFIER
The identifier of the military training route. The identifier is of the typeString
.- See Also:
-
ORIGINATING_ACTIVITY
The military unit designated as the originating activity. The originating activity is of the typeString
.- See Also:
-
SCHEDULING_ACTIVITY
The military unit responsible for scheduling all military training route flights. The scheduling activity is of the typeString
.- See Also:
-
ICAO_REGION
The first two letters of the ICAO location identifier of the military training route representing the ICAO region code. This feature is of the typeString
.- See Also:
-
COUNTRY_CODE
A code indicating the country in which the military training route originates. The country code is of the typeString
.- See Also:
-
EFFECTIVE_TIMES
The hours, days and/or dates that this military training route is to be in effect. The effect times is of the typeString
.- See Also:
-
CYCLE_DATE
Identifies the calendar period in which the record was added to the file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the typeString
.- Since:
- 2022.0
- See Also:
-