Package mondrian.olap

Interface Annotation


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

    Modifier and Type
    Method
    Description
    Returns the name of this annotation.
    Returns the value of this annotation.
  • Method Details

    • 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