Package mondrian.olap

Interface Annotation


  • public interface Annotation
    User-defined property on a metadata element.
    Author:
    jhyde
    See Also:
    Annotated
    • Method Detail

      • getName

        String getName()
        Returns the name of this annotation. Must be unique within its element.
        Returns:
        Annotation name
      • getValue

        Object getValue()
        Returns the value of this annotation. Usually a string.
        Returns:
        Annotation value