|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternationalString
Method Summary | |
---|---|
void |
addLocalizedString(LocalizedString localizedString)
Adds a LocalizedString to this object. |
void |
addLocalizedStrings(java.util.Collection<LocalizedString> localizedStrings)
Adds many LocalizedStrings to this object. |
LocalizedString |
getLocalizedString(java.util.Locale locale,
java.lang.String charsetName)
Gets the LocalizedString for the specified Locale and charsetName. |
java.util.Collection<LocalizedString> |
getLocalizedStrings()
Returns the LocalizedStrings associated with this object. |
java.lang.String |
getValue()
Gets the String value for the default locale and the default charset. |
java.lang.String |
getValue(java.util.Locale locale)
Gets the String value for the specified Locale and the default charset. |
void |
removeLocalizedString(LocalizedString localizedString)
Removes a LocalizedString from this object. |
void |
removeLocalizedStrings(java.util.Collection<LocalizedString> localizedStrings)
Removes specified LocalizedStrings to this object. |
void |
setValue(java.util.Locale locale,
java.lang.String value)
Sets the String value for the specified Locale. |
void |
setValue(java.lang.String value)
Sets the String value for the default locale. |
Method Detail |
---|
void addLocalizedString(LocalizedString localizedString) throws CSAppFrameworkException
localizedString
-
CSAppFrameworkException
void addLocalizedStrings(java.util.Collection<LocalizedString> localizedStrings) throws CSAppFrameworkException
localizedStrings
-
CSAppFrameworkException
LocalizedString getLocalizedString(java.util.Locale locale, java.lang.String charsetName) throws CSAppFrameworkException
locale
- charsetName
-
CSAppFrameworkException
java.util.Collection<LocalizedString> getLocalizedStrings() throws CSAppFrameworkException
CSAppFrameworkException
java.lang.String getValue() throws CSAppFrameworkException
CSAppFrameworkException
java.lang.String getValue(java.util.Locale locale) throws CSAppFrameworkException
locale
-
CSAppFrameworkException
void removeLocalizedString(LocalizedString localizedString) throws CSAppFrameworkException
localizedString
-
CSAppFrameworkException
void removeLocalizedStrings(java.util.Collection<LocalizedString> localizedStrings) throws CSAppFrameworkException
localizedStrings
-
CSAppFrameworkException
void setValue(java.util.Locale locale, java.lang.String value) throws CSAppFrameworkException
locale
- value
-
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 |