Package com.luciad.format.asdi
Class TLcdASDIMappedString
java.lang.Object
com.luciad.format.asdi.TLcdASDIMappedString
Represents a
String
value with an additional description.
ASDI messages sometimes use String
codes to choose from a list of possibilities,
for example for ILcdASDIFlightPlanMessageFeatures.RT_FLIGHT_STATUS_SF
it specifies:
- N
->
None - S
->
Scheduled - L
->
Controlled - F
->
Filed - ...
TLcdASDIMappedString
, so
ILcdFeatured.getFeature(int)
returns an object of this class. The method
stringValue()
returns the String
value,
and getValueDescription()
and toString()
return the description.
Please refer to ALcdASDIModelDescriptor
for more information about features.
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdASDIMappedString
(String aValue, String aValueDescription) Constructs a newTLcdASDIMappedString
with aString
value and aString
describing that value. -
Method Summary
-
Constructor Details
-
Method Details