public interface ResourceConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_DESCRIPTION_KEY
The default key used to store localization
data in an object's properties for the
description
field. |
static java.lang.String |
DEFAULT_TEXT_KEY
The default key used to store localization
data in an object's properties for the
text
field. |
static final java.lang.String DEFAULT_TEXT_KEY
text
field.static final java.lang.String DEFAULT_DESCRIPTION_KEY
description
field. This data is optional and most localization
facilities do not report an error in the case it is
missing for a certain object.