@Deprecated
public class StringId
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
id
Deprecated.
A unique identifier that is written when this StringId is logged to allow for reverse
translation.
|
static StringId |
LITERAL
Deprecated.
A StringId to allow users to log a literal String using the
LogWriter |
| Constructor and Description |
|---|
StringId(int id,
java.lang.String text)
Deprecated.
Gemstone internal constructor, customers have no need to create instances of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRawText()
Deprecated.
Accessor for the raw (unformatted) text of this StringId
|
static void |
setLocale(java.util.Locale l)
Deprecated.
|
java.lang.String |
toLocalizedString()
Deprecated.
|
java.lang.String |
toLocalizedString(java.lang.Object... params)
Deprecated.
Substitutes parameter Objects into the text
|
java.lang.String |
toString()
Deprecated.
|
java.lang.String |
toString(java.lang.Object... params)
Deprecated.
Substitutes parameter Objects into the text
|
public final int id
LogWriterImplpublic StringId(int id,
java.lang.String text)
public static void setLocale(java.util.Locale l)
public java.lang.String getRawText()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(java.lang.Object... params)
MessageFormatpublic java.lang.String toLocalizedString()
Localepublic java.lang.String toLocalizedString(java.lang.Object... params)
LocaleMessageFormat