com.moyosoft.connector.ms.excel
Class InsertShiftDirection

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

public class InsertShiftDirection
extends AbstractType

See Also:
Serialized Form

Field Summary
static InsertShiftDirection SHIFT_DOWN
           
static InsertShiftDirection SHIFT_TO_RIGHT
           
 
Method Summary
static InsertShiftDirection getById(int pId)
           
 boolean isShiftDown()
           
 boolean isShiftToRight()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHIFT_DOWN

public static final InsertShiftDirection SHIFT_DOWN

SHIFT_TO_RIGHT

public static final InsertShiftDirection SHIFT_TO_RIGHT
Method Detail

getById

public static InsertShiftDirection getById(int pId)

isShiftDown

public boolean isShiftDown()

isShiftToRight

public boolean isShiftToRight()