|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalizedString
Method Summary | |
---|---|
java.lang.String |
getCharsetName()
Gets the canonical name for the charset for this object. |
java.util.Locale |
getLocale()
Get the Locale for this object. |
java.lang.String |
getValue()
Get the String value for this object. |
void |
setCharsetName(java.lang.String charsetName)
Set the canonical name for the charset for this object. |
void |
setLocale(java.util.Locale locale)
Set the Locale for this object. |
void |
setValue(java.lang.String value)
Set the String value for the specified object. |
Method Detail |
---|
java.lang.String getCharsetName() throws CSAppFrameworkException
CSAppFrameworkException
void setCharsetName(java.lang.String charsetName) throws CSAppFrameworkException
charsetName
-
CSAppFrameworkException
java.util.Locale getLocale() throws CSAppFrameworkException
CSAppFrameworkException
void setLocale(java.util.Locale locale) throws CSAppFrameworkException
locale
-
CSAppFrameworkException
java.lang.String getValue() throws CSAppFrameworkException
CSAppFrameworkException
void setValue(java.lang.String value) throws CSAppFrameworkException
value
-
CSAppFrameworkException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |