|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.standard.impl.InternationalStringImpl
public class InternationalStringImpl
Constructor Summary | |
---|---|
InternationalStringImpl(javax.xml.registry.infomodel.InternationalString jaxrInternationalString)
Constructor |
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. |
javax.xml.registry.infomodel.InternationalString |
getJaxrInternationalString()
Get the the javax.xml.registry.infomodel.InternationalString instance wrapped by 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 |
java.lang.String |
getValue(java.util.Locale locale)
Gets the String value for the specified Locale. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InternationalStringImpl(javax.xml.registry.infomodel.InternationalString jaxrInternationalString)
jaxrInternationalString
- Method Detail |
---|
public void addLocalizedString(LocalizedString localizedString) throws CSAppFrameworkException
addLocalizedString
in interface InternationalString
localizedString
-
CSAppFrameworkException
public void addLocalizedStrings(java.util.Collection<LocalizedString> localizedStrings) throws CSAppFrameworkException
addLocalizedStrings
in interface InternationalString
localizedStrings
-
CSAppFrameworkException
public LocalizedString getLocalizedString(java.util.Locale locale, java.lang.String charsetName) throws CSAppFrameworkException
getLocalizedString
in interface InternationalString
locale
- charsetName
-
CSAppFrameworkException
public java.util.Collection<LocalizedString> getLocalizedStrings() throws CSAppFrameworkException
getLocalizedStrings
in interface InternationalString
CSAppFrameworkException
public java.lang.String getValue() throws CSAppFrameworkException
getValue
in interface InternationalString
CSAppFrameworkException
public java.lang.String getValue(java.util.Locale locale) throws CSAppFrameworkException
getValue
in interface InternationalString
locale
-
CSAppFrameworkException
public void removeLocalizedString(LocalizedString localizedString) throws CSAppFrameworkException
removeLocalizedString
in interface InternationalString
localizedString
-
CSAppFrameworkException
public void removeLocalizedStrings(java.util.Collection<LocalizedString> localizedStrings) throws CSAppFrameworkException
removeLocalizedStrings
in interface InternationalString
localizedStrings
-
CSAppFrameworkException
public void setValue(java.util.Locale locale, java.lang.String value) throws CSAppFrameworkException
setValue
in interface InternationalString
locale
- value
-
CSAppFrameworkException
public void setValue(java.lang.String value) throws CSAppFrameworkException
setValue
in interface InternationalString
value
-
CSAppFrameworkException
public javax.xml.registry.infomodel.InternationalString getJaxrInternationalString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |