public interface ILcdDAFIFVFRRouteFeature extends ILcdVFRRouteFeature
ILcdVFRRouteFeature
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 VFR route is
TLcdDAFIFVFRRouteDataProperties
.
TLcdDAFIFVFRRouteDataProperties
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AIRPORT_ID
The identifier of the airport or heliport this route is related to.
|
static java.lang.String |
ICAO_CODE
The ICAO location identifier of the VFR route.
|
static java.lang.String |
ROUTE_ID
The identifier of this VFR route.
|
static java.lang.String |
ROUTE_NAME
The name of this VFR route.
|
static final java.lang.String AIRPORT_ID
String
.static final java.lang.String ROUTE_ID
String
.static final java.lang.String ROUTE_NAME
String
.static final java.lang.String ICAO_CODE
String
.