@Deprecated public class StringId extends 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,
String text)
Deprecated.
Gemstone internal constructor, customers have no need to create instances of this class.
|
Modifier and Type | Method and Description |
---|---|
String |
getRawText()
Deprecated.
Accessor for the raw (unformatted) text of this StringId
|
String |
toLocalizedString()
Deprecated.
|
String |
toLocalizedString(Object... params)
Deprecated.
Substitutes parameter Objects into the text
|
String |
toString()
Deprecated.
|
String |
toString(Object... params)
Deprecated.
Substitutes parameter Objects into the text
|
public final int id
LogWriterImpl
@Immutable public static final StringId LITERAL
LogWriter
public StringId(int id, String text)
public String getRawText()
public String toString()
public String toString(Object... params)
MessageFormat
public String toLocalizedString()
Locale
public String toLocalizedString(Object... params)
Locale
MessageFormat