|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataElement
An element which describes the structure of an OLAP schema.
Method Summary | |
---|---|
java.lang.String |
getCaption(java.util.Locale locale)
Returns the caption of this element in the given locale. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns the description of this element in the given locale. |
java.lang.String |
getName()
Returns the name of this element. |
java.lang.String |
getUniqueName()
Returns the unique name of this element within its schema. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getUniqueName()
java.lang.String getCaption(java.util.Locale locale)
If locale
is null or if no caption has been defined for
the element in that locale, returns the caption in base locale.
This method may return the empty string, but never returns null.
locale
- Locale
java.lang.String getDescription(java.util.Locale locale)
If locale
is null or if no description has been defined
for the element in that locale, returns the description in base
locale.
This method may return the empty string, but never returns null.
locale
- Locale
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |