Class TLcdAircraftClass
java.lang.Object
com.luciad.format.aixm.model.route.type.TLcdAircraftClass
Type safe enumeration class, indicating the class of aircraft that may use a route.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdAircraftClass
Helicopter (key = H).static final TLcdAircraftClass
Helicopter and propeller (key = HP).static final TLcdAircraftClass
Jet (key = J).static final TLcdAircraftClass
Jet and propeller (key = JP).static final TLcdAircraftClass
Jet, propeller and helicopter (key = ALL).static final TLcdAircraftClass
Other (key = OTHER).static final TLcdAircraftClass
Propeller (key = P). -
Method Summary
-
Field Details
-
JET
Jet (key = J). -
PROPELLER
Propeller (key = P). -
HELICOPTER
Helicopter (key = H). -
HELICOPTER_PROPELLER
Helicopter and propeller (key = HP). -
JET_PROPELLER_HELICOPTER
Jet, propeller and helicopter (key = ALL). -
JET_PROPELLER
Jet and propeller (key = JP). -
OTHER
Other (key = OTHER).
-
-
Method Details
-
getName
Returns the name of theTLcdAircraftClass
object.- Returns:
- the name of the
TLcdAircraftClass
object.
-
valueOf
Returns theTLcdAircraftClass
object matching the given code.- Parameters:
aCode
- The key by which to retrieve aTLcdAircraftClass
. This key must not be null.- Returns:
- A
TLcdAircraftClass
object if the parameter matches to an aircraft class, null otherwise.
-
toString
-