org.eclipse.modisco.jee.webapp.webapp30
Interface LocaleEncodingMappingType


public interface LocaleEncodingMappingType

A representation of the model object ' Locale Encoding Mapping Type'. The locale-encoding-mapping contains locale name and encoding name. The locale name must be either "Language-code", such as "ja", defined by ISO-639 or "Language-code_Country-code", such as "ja_JP". "Country code" is defined by ISO-3166.

The following features are supported:

See Also:
Webapp30Package.getLocaleEncodingMappingType()
Generated:
Model:
extendedMetaData="name='locale-encoding-mappingType' kind='elementOnly'"

Method Summary
 java.lang.String getEncoding()
          Returns the value of the 'Encoding' attribute.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 java.lang.String getLocale()
          Returns the value of the 'Locale' attribute.
 void setEncoding(java.lang.String value)
          Sets the value of the ' Encoding' attribute.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setLocale(java.lang.String value)
          Sets the value of the ' Locale' attribute.
 

Method Detail

getLocale

java.lang.String getLocale()
Returns the value of the 'Locale' attribute.

If the meaning of the 'Locale' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Locale' attribute.
See Also:
setLocale(String), Webapp30Package.getLocaleEncodingMappingType_Locale()
Generated:
Model:
dataType="org.eclipse.modisco.jee.webapp.webapp30.LocaleType" required="true" extendedMetaData= "kind='element' name='locale' namespace='##targetNamespace'"

setLocale

void setLocale(java.lang.String value)
Sets the value of the ' Locale' attribute.

Parameters:
value - the new value of the 'Locale' attribute.
See Also:
getLocale()
Generated:

getEncoding

java.lang.String getEncoding()
Returns the value of the 'Encoding' attribute.

If the meaning of the 'Encoding' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Encoding' attribute.
See Also:
setEncoding(String), Webapp30Package.getLocaleEncodingMappingType_Encoding()
Generated:
Model:
dataType="org.eclipse.modisco.jee.webapp.webapp30.EncodingType" required="true" extendedMetaData= "kind='element' name='encoding' namespace='##targetNamespace'"

setEncoding

void setEncoding(java.lang.String value)
Sets the value of the ' Encoding' attribute.

Parameters:
value - the new value of the 'Encoding' attribute.
See Also:
getEncoding()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), Webapp30Package.getLocaleEncodingMappingType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: