com.moyosoft.connector.ms.excel
Class AxisGroup

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.AxisGroup

public class AxisGroup
extends AbstractType

See Also:
Serialized Form

Field Summary
static AxisGroup PRIMARY
           
static AxisGroup SECONDARY
           
 
Method Summary
static AxisGroup getById(int pId)
           
 boolean isPrimary()
           
 boolean isSecondary()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIMARY

public static final AxisGroup PRIMARY

SECONDARY

public static final AxisGroup SECONDARY
Method Detail

getById

public static AxisGroup getById(int pId)

isPrimary

public boolean isPrimary()

isSecondary

public boolean isSecondary()