Package mondrian.olap
Interface Annotation
-
public interface Annotation
User-defined property on a metadata element.- Author:
- jhyde
- See Also:
Annotated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of this annotation.Object
getValue()
Returns the value of this annotation.
-