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 List<? extends AxisLevelNode>getChildren()StringgetLabel()AxisLevelgetLevel()PropertyValuesgetNodePropertyValues()AxisLevelNodegetParent()ObjectgetValue()booleanisTotal()
-
-
-
Method Detail
-
getLevel
AxisLevel getLevel()
-
isTotal
boolean isTotal()
-
getValue
Object getValue()
-
getLabel
String getLabel()
-
getNodePropertyValues
PropertyValues getNodePropertyValues()
-
getParent
AxisLevelNode getParent()
-
getChildren
List<? extends AxisLevelNode> getChildren()
-
-