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

Field Summary
static AxisType CATEGORY
           
static AxisType SERIES_AXIS
           
static AxisType VALUE
           
 
Method Summary
static AxisType getById(int pId)
           
 boolean isCategory()
           
 boolean isSeriesAxis()
           
 boolean isValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATEGORY

public static final AxisType CATEGORY

SERIES_AXIS

public static final AxisType SERIES_AXIS

VALUE

public static final AxisType VALUE
Method Detail

getById

public static AxisType getById(int pId)

isCategory

public boolean isCategory()

isSeriesAxis

public boolean isSeriesAxis()

isValue

public boolean isValue()