Class TLcdISO19115Locale
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.localization.TLcdISO19115Locale
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thecharacterEncodingelement.static final TLcdDataPropertyData property that maps to thecountryelement.static final TLcdDataPropertyData property that maps to thelanguageCodeelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theCHARACTER_ENCODING_PROPERTYproperty.Returns the role value contained in the value of theCOUNTRY_PROPERTYproperty.Returns the role value contained in the value of theLANGUAGE_CODE_PROPERTYproperty.voidSets the value of the property that maps to thecharacterEncodingelement.voidsetCountry(TLcdISO19115CountryCode aValue) Sets the value of the property that maps to thecountryelement.voidSets the value of the property that maps to thelanguageCodeelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
LANGUAGE_CODE_PROPERTY
Data property that maps to thelanguageCodeelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115LanguageCode>. -
COUNTRY_PROPERTY
Data property that maps to thecountryelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115CountryCode>. -
CHARACTER_ENCODING_PROPERTY
Data property that maps to thecharacterEncodingelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115CharacterSetCode>.
-
-
Constructor Details
-
TLcdISO19115Locale
public TLcdISO19115Locale() -
TLcdISO19115Locale
-
-
Method Details
-
getLanguageCode
Returns the role value contained in the value of theLANGUAGE_CODE_PROPERTYproperty. Returnsnullif the value of theLANGUAGE_CODE_PROPERTYproperty isnull.- Returns:
- the role value of the
LANGUAGE_CODE_PROPERTYproperty. - See Also:
-
setLanguageCode
Sets the value of the property that maps to thelanguageCodeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theLANGUAGE_CODE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theLANGUAGE_CODE_PROPERTYproperty.
-
getCountry
Returns the role value contained in the value of theCOUNTRY_PROPERTYproperty. Returnsnullif the value of theCOUNTRY_PROPERTYproperty isnull.- Returns:
- the role value of the
COUNTRY_PROPERTYproperty. - See Also:
-
setCountry
Sets the value of the property that maps to thecountryelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theCOUNTRY_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theCOUNTRY_PROPERTYproperty.
-
getCharacterEncoding
Returns the role value contained in the value of theCHARACTER_ENCODING_PROPERTYproperty. Returnsnullif the value of theCHARACTER_ENCODING_PROPERTYproperty isnull.- Returns:
- the role value of the
CHARACTER_ENCODING_PROPERTYproperty. - See Also:
-
setCharacterEncoding
Sets the value of the property that maps to thecharacterEncodingelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theCHARACTER_ENCODING_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theCHARACTER_ENCODING_PROPERTYproperty.
-