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 TLcdAircraftClassHelicopter (key = H).static final TLcdAircraftClassHelicopter and propeller (key = HP).static final TLcdAircraftClassJet (key = J).static final TLcdAircraftClassJet and propeller (key = JP).static final TLcdAircraftClassJet, propeller and helicopter (key = ALL).static final TLcdAircraftClassOther (key = OTHER).static final TLcdAircraftClassPropeller (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 theTLcdAircraftClassobject.- Returns:
- the name of the
TLcdAircraftClassobject.
-
valueOf
Returns theTLcdAircraftClassobject matching the given code.- Parameters:
aCode- The key by which to retrieve aTLcdAircraftClass. This key must not be null.- Returns:
- A
TLcdAircraftClassobject if the parameter matches to an aircraft class, null otherwise.
-
toString
-