Class TLcdISO19115OptionalWithFreeText
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19115Optional<String>
com.luciad.format.metadata.model.localization.TLcdISO19115OptionalWithFreeText
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyProperty that maps on thePT_FreeTextelement. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theFREE_TEXT_PROPERTYproperty.voidsetFreeText(TLcdISO19115FreeText aValue) Sets the value of theFREE_TEXT_PROPERTYproperty.voidsetValueObject(String aValue) Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19115Optional
getNilReason, setNilReason
-
Field Details
-
FREE_TEXT_PROPERTY
Property that maps on thePT_FreeTextelement. Acceptable values for this property are instances ofcom.luciad.format.metadata.model.localization.TLcdISO19115FreeText.
-
-
Constructor Details
-
TLcdISO19115OptionalWithFreeText
public TLcdISO19115OptionalWithFreeText() -
TLcdISO19115OptionalWithFreeText
-
-
Method Details
-
getFreeText
Gets the value of theFREE_TEXT_PROPERTYproperty.- Returns:
- the value of the
FREE_TEXT_PROPERTYproperty.
-
setFreeText
Sets the value of theFREE_TEXT_PROPERTYproperty.- Parameters:
aValue- the value to set for theFREE_TEXT_PROPERTYproperty.
-
getValueObject
- Overrides:
getValueObjectin classTLcdISO19115Optional<String>
-
setValueObject
- Overrides:
setValueObjectin classTLcdISO19115Optional<String>
-