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 java.lang.String
getName()
Returns the name of this annotation.java.lang.Object
getValue()
Returns the value of this annotation.
-