com.moyosoft.connector.ms.excel
Class AxisType
java.lang.Object
|
+--AbstractType
|
+--com.moyosoft.connector.ms.excel.AxisType
- public class AxisType
- extends AbstractType
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CATEGORY
public static final AxisType CATEGORY
SERIES_AXIS
public static final AxisType SERIES_AXIS
VALUE
public static final AxisType VALUE
getById
public static AxisType getById(int pId)
isCategory
public boolean isCategory()
isSeriesAxis
public boolean isSeriesAxis()
isValue
public boolean isValue()