Interface AxisLevel
-
- All Known Implementing Classes:
StandardAxisLevel
public interface AxisLevel- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAxisLevel.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AxisgetAxis()intgetDepth()java.lang.StringgetLabel()java.lang.StringgetName()AxisLevel.TypegetType()java.lang.Class<?>getValueType()
-
-
-
Method Detail
-
getAxis
Axis getAxis()
-
getType
AxisLevel.Type getType()
-
getName
java.lang.String getName()
-
getLabel
java.lang.String getLabel()
-
getValueType
java.lang.Class<?> getValueType()
-
getDepth
int getDepth()
-
-