|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocaleEncodingMappingType<T>
This interface defines the contract for the locale-encoding-mappingType
xsd type
Original Documentation:
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.
Method Summary | |
---|---|
java.lang.String |
getEncoding()
Returns the encoding element |
java.lang.String |
getLocale()
Returns the locale element |
LocaleEncodingMappingType<T> |
removeEncoding()
Removes the encoding element |
LocaleEncodingMappingType<T> |
removeLocale()
Removes the locale element |
LocaleEncodingMappingType<T> |
setEncoding(java.lang.String encoding)
If not already created, a new encoding element with the given value will be created. |
LocaleEncodingMappingType<T> |
setLocale(java.lang.String locale)
If not already created, a new locale element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
LocaleEncodingMappingType<T> setLocale(java.lang.String locale)
locale
element with the given value will be created.
Otherwise, the existing locale
element will be updated with the given value.
LocaleEncodingMappingType
LocaleEncodingMappingType<T> removeLocale()
locale
element
LocaleEncodingMappingType
java.lang.String getLocale()
locale
element
locale
LocaleEncodingMappingType<T> setEncoding(java.lang.String encoding)
encoding
element with the given value will be created.
Otherwise, the existing encoding
element will be updated with the given value.
LocaleEncodingMappingType
LocaleEncodingMappingType<T> removeEncoding()
encoding
element
LocaleEncodingMappingType
java.lang.String getEncoding()
encoding
element
encoding
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |