public interface AttributeMetaData extends AttributeInfo
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the description of the attribute in the requested locale.
|
java.lang.String |
getDisplayName(java.util.Locale locale)
Returns the display name of the attribute in the requested locale.
|
getName, getSourceAttributeName, getSourceQueryTableIdentifier, getSourceQueryTableName, getType, isArray
static final java.lang.String COPYRIGHT
java.lang.String getDisplayName(java.util.Locale locale)
locale
- The locale for which the display name is to be provided.java.lang.String getDescription(java.util.Locale locale)
locale
- The locale for which the description is to be provided.