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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Property that maps on thePT_FreeText
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theFREE_TEXT_PROPERTY
property.void
setFreeText
(TLcdISO19115FreeText aValue) Sets the value of theFREE_TEXT_PROPERTY
property.void
setValueObject
(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_FreeText
element. 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_PROPERTY
property.- Returns:
- the value of the
FREE_TEXT_PROPERTY
property.
-
setFreeText
Sets the value of theFREE_TEXT_PROPERTY
property.- Parameters:
aValue
- the value to set for theFREE_TEXT_PROPERTY
property.
-
getValueObject
- Overrides:
getValueObject
in classTLcdISO19115Optional<String>
-
setValueObject
- Overrides:
setValueObject
in classTLcdISO19115Optional<String>
-