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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thecharacterEncoding
element.static final TLcdDataProperty
Data property that maps to thecountry
element.static final TLcdDataProperty
Data property that maps to thelanguageCode
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theCHARACTER_ENCODING_PROPERTY
property.Returns the role value contained in the value of theCOUNTRY_PROPERTY
property.Returns the role value contained in the value of theLANGUAGE_CODE_PROPERTY
property.void
Sets the value of the property that maps to thecharacterEncoding
element.void
setCountry
(TLcdISO19115CountryCode aValue) Sets the value of the property that maps to thecountry
element.void
Sets the value of the property that maps to thelanguageCode
element.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 thelanguageCode
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115LanguageCode>
. -
COUNTRY_PROPERTY
Data property that maps to thecountry
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115CountryCode>
. -
CHARACTER_ENCODING_PROPERTY
Data property that maps to thecharacterEncoding
element. 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_PROPERTY
property. Returnsnull
if the value of theLANGUAGE_CODE_PROPERTY
property isnull
.- Returns:
- the role value of the
LANGUAGE_CODE_PROPERTY
property. - See Also:
-
setLanguageCode
Sets the value of the property that maps to thelanguageCode
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theLANGUAGE_CODE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theLANGUAGE_CODE_PROPERTY
property.
-
getCountry
Returns the role value contained in the value of theCOUNTRY_PROPERTY
property. Returnsnull
if the value of theCOUNTRY_PROPERTY
property isnull
.- Returns:
- the role value of the
COUNTRY_PROPERTY
property. - See Also:
-
setCountry
Sets the value of the property that maps to thecountry
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theCOUNTRY_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theCOUNTRY_PROPERTY
property.
-
getCharacterEncoding
Returns the role value contained in the value of theCHARACTER_ENCODING_PROPERTY
property. Returnsnull
if the value of theCHARACTER_ENCODING_PROPERTY
property isnull
.- Returns:
- the role value of the
CHARACTER_ENCODING_PROPERTY
property. - See Also:
-
setCharacterEncoding
Sets the value of the property that maps to thecharacterEncoding
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theCHARACTER_ENCODING_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theCHARACTER_ENCODING_PROPERTY
property.
-