Interface AxisLevelNode
-
- All Known Implementing Classes:
MultiAxisDataService.LevelNode
public interface AxisLevelNode- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends AxisLevelNode>getChildren()java.lang.StringgetLabel()AxisLevelgetLevel()PropertyValuesgetNodePropertyValues()AxisLevelNodegetParent()java.lang.ObjectgetValue()booleanisTotal()
-
-
-
Method Detail
-
getLevel
AxisLevel getLevel()
-
isTotal
boolean isTotal()
-
getValue
java.lang.Object getValue()
-
getLabel
java.lang.String getLabel()
-
getNodePropertyValues
PropertyValues getNodePropertyValues()
-
getParent
AxisLevelNode getParent()
-
getChildren
java.util.List<? extends AxisLevelNode> getChildren()
-
-