public class IntString
extends java.lang.Object
Constructor and Description |
---|
IntString() |
Modifier and Type | Method and Description |
---|---|
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(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.
|
public java.lang.String getValue()
public java.lang.String getValue(java.util.Locale pLocale)
pLocale
- the current locale.public void setValue(java.lang.String pValue)
pValue
- the strings value for the default locale.public void setValue(java.lang.String pValue, java.util.Locale pLocale)
pValue
- the strings value for the given locale.pLocale
- the current locale.public static IntString newInstance(InternationalString pString, boolean pModifiable, java.util.Locale defaultLocale) throws JAXRException
international strings
values.pString
- the internaltional string.pModifiable
- true
if it is modifiable.defaultLocale
- the default locale.international strings
values.JAXRException
- if an internal error occurs on creating the new instance.