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 class
AxisLevel.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Axis
getAxis()
int
getDepth()
String
getLabel()
String
getName()
AxisLevel.Type
getType()
Class<?>
getValueType()
-
-
-
Method Detail
-
getAxis
Axis getAxis()
-
getType
AxisLevel.Type getType()
-
getName
String getName()
-
getLabel
String getLabel()
-
getValueType
Class<?> getValueType()
-
getDepth
int getDepth()
-
-