public class StandardAxisLevel extends Object implements AxisLevel
AxisLevel.Type
Modifier and Type | Field and Description |
---|---|
static String |
ROOT_LEVEL_NAME |
Constructor and Description |
---|
StandardAxisLevel() |
Modifier and Type | Method and Description |
---|---|
Axis |
getAxis() |
int |
getDepth() |
String |
getLabel() |
String |
getName() |
AxisLevel.Type |
getType() |
Class<?> |
getValueType() |
void |
setAxis(Axis axis) |
void |
setDepth(int depth) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setType(AxisLevel.Type type) |
void |
setValueType(Class<?> valueType) |
String |
toString() |
public static final String ROOT_LEVEL_NAME
public void setAxis(Axis axis)
public AxisLevel.Type getType()
public void setType(AxisLevel.Type type)
public void setName(String name)
public void setLabel(String label)
public Class<?> getValueType()
getValueType
in interface AxisLevel
public void setValueType(Class<?> valueType)
public void setDepth(int depth)
Copyright © 2021 TIBCO Software Inc.. All rights reserved.