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()StringgetLabel()StringgetName()AxisLevel.TypegetType()Class<?>getValueType()
-
-
-
Method Detail
-
getAxis
Axis getAxis()
-
getType
AxisLevel.Type getType()
-
getName
String getName()
-
getLabel
String getLabel()
-
getValueType
Class<?> getValueType()
-
getDepth
int getDepth()
-
-