Class TLcdAerodromeAddressType
java.lang.Object
com.luciad.format.aixm.model.aerodrome.type.TLcdAerodromeAddressType
Type safe enumeration class, indicating the type of aerodrome address.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdAerodromeAddressType
Aeronautical Fixed Service address (key = AFS).static final TLcdAerodromeAddressType
Electronic mail address (key = EMAIL).static final TLcdAerodromeAddressType
Fax number (key = FAX).static final TLcdAerodromeAddressType
Other (key = OTHER).static final TLcdAerodromeAddressType
Phone number (key = PHONE).static final TLcdAerodromeAddressType
Postal address (key = POST).static final TLcdAerodromeAddressType
Radio frequency (key = RADIO).static final TLcdAerodromeAddressType
Société Internationale de Télécommunications Aéronautique (key = SITA).static final TLcdAerodromeAddressType
Telex address (key = TLX).static final TLcdAerodromeAddressType
Uniform Resource Locator (for the World Wide Web) (key = URL). -
Method Summary
-
Field Details
-
POST
Postal address (key = POST). -
PHONE
Phone number (key = PHONE). -
FAX
Fax number (key = FAX). -
TLX
Telex address (key = TLX). -
SITA
Société Internationale de Télécommunications Aéronautique (key = SITA). -
AFS
Aeronautical Fixed Service address (key = AFS). -
EMAIL
Electronic mail address (key = EMAIL). -
URL
Uniform Resource Locator (for the World Wide Web) (key = URL). -
RADIO
Radio frequency (key = RADIO). -
OTHER
Other (key = OTHER).
-
-
Method Details
-
getName
Returns the name of theTLcdAerodromeAddressType
object.- Returns:
- the name of the
TLcdAerodromeAddressType
object.
-
valueOf
Returns theTLcdAerodromeAddressType
object matching the given code.- Parameters:
aCode
- The key by which to retrieve aTLcdAerodromeAddressType
. This key must not be null.- Returns:
- A
TLcdAerodromeAddressType
object if the parameter matches to an aerodrome address type, null otherwise.
-
toString
-