Package com.luciad.ogc.ows.model
Class TLcdOWSLanguageString
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSLanguageString
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Text string with the language of the string identified as
recommended in the XML 1.0 W3C Recommendation, section
2.12.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thelang
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLang()
Returns the value of the property that maps to thelang
attribute.Returns the value of the property that maps to the value defined by the simple content.void
Sets the value of the property that maps to thelang
attribute.void
setValueObject
(String aValue) Sets the value of the property that maps to the value defined by the simple content.
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofString
. -
LANG_PROPERTY
Data property that maps to thelang
attribute. The possible values for this property are instances ofString
.
-
-
Constructor Details
-
TLcdOWSLanguageString
public TLcdOWSLanguageString() -
TLcdOWSLanguageString
-
-
Method Details
-
getValueObject
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
VALUE_PROPERTY
property.
-
setValueObject
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue
- the value to set for theVALUE_PROPERTY
property.
-
getLang
Returns the value of the property that maps to thelang
attribute.- Returns:
- the value of the
LANG_PROPERTY
property.
-
setLang
Sets the value of the property that maps to thelang
attribute.- Parameters:
aValue
- the value to set for theLANG_PROPERTY
property.
-