|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.data.IntString
public class IntString
Representation of an international string.
Constructor Summary | |
---|---|
IntString()
|
Method Summary | |
---|---|
java.lang.String |
getValue()
Returns the strings value for the default locale. |
java.lang.String |
getValue(java.util.Locale pLocale)
Returns the strings value for the given locale. |
static IntString |
newInstance(javax.xml.registry.infomodel.InternationalString pString,
boolean pModifiable,
java.util.Locale defaultLocale)
Creates a new instance with the given international strings values. |
void |
setValue(java.lang.String pValue)
Sets the strings value for the default locale. |
void |
setValue(java.lang.String pValue,
java.util.Locale pLocale)
Sets the strings value for the given locale. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntString()
Method Detail |
---|
public java.lang.String getValue()
public java.lang.String getValue(java.util.Locale pLocale)
public void setValue(java.lang.String pValue)
public void setValue(java.lang.String pValue, java.util.Locale pLocale)
public static IntString newInstance(javax.xml.registry.infomodel.InternationalString pString, boolean pModifiable, java.util.Locale defaultLocale) throws javax.xml.registry.JAXRException
international strings
values.
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |