Interface AxisLevelNode

  • All Known Implementing Classes:
    MultiAxisDataService.LevelNode

    public interface AxisLevelNode
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Method Detail

      • isTotal

        boolean isTotal()
      • getValue

        java.lang.Object getValue()
      • getLabel

        java.lang.String getLabel()
      • getChildren

        java.util.List<? extends AxisLevelNode> getChildren()