Class TLcdATCReport
java.lang.Object
com.luciad.format.aixm.model.route.type.TLcdATCReport
Type safe enumeration class, indicating the type of position report required by an ATC Unit.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdATCReport
Compulsory (key = C).static final TLcdATCReport
No report (key = N).static final TLcdATCReport
On request (key = R).static final TLcdATCReport
Other (key = OTHER). -
Method Summary
-
Field Details
-
COMPULSORY
Compulsory (key = C). -
ON_REQUEST
On request (key = R). -
NO_REPORT
No report (key = N). -
OTHER
Other (key = OTHER).
-
-
Method Details
-
getName
Returns the name of theTLcdATCReport
object.- Returns:
- the name of the
TLcdATCReport
object.
-
valueOf
Returns theTLcdATCReport
object matching the given code.- Parameters:
aCode
- The key by which to retrieve aTLcdATCReport
. This key must not be null.- Returns:
- A
TLcdATCReport
object if the parameter matches to an ATC report, null otherwise.
-
toString
-