|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
Webapp30Package.getLocaleEncodingMappingType()
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 |
---|
java.lang.String getLocale()
If the meaning of the 'Locale' attribute isn't clear, there really should be more of a description here...
setLocale(String)
,
Webapp30Package.getLocaleEncodingMappingType_Locale()
void setLocale(java.lang.String value)
Locale
' attribute.
value
- the new value of the 'Locale' attribute.getLocale()
java.lang.String getEncoding()
If the meaning of the 'Encoding' attribute isn't clear, there really should be more of a description here...
setEncoding(String)
,
Webapp30Package.getLocaleEncodingMappingType_Encoding()
void setEncoding(java.lang.String value)
Encoding
' attribute.
value
- the new value of the 'Encoding' attribute.getEncoding()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
Webapp30Package.getLocaleEncodingMappingType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |