com.moyosoft.connector.ms.excel
Class DeleteShiftDirection

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

public class DeleteShiftDirection
extends AbstractType

See Also:
Serialized Form

Field Summary
static DeleteShiftDirection SHIFT_TO_LEFT
           
static DeleteShiftDirection SHIFT_UP
           
 
Method Summary
static DeleteShiftDirection getById(int pId)
           
 boolean isShiftToLeft()
           
 boolean isShiftUp()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHIFT_TO_LEFT

public static final DeleteShiftDirection SHIFT_TO_LEFT

SHIFT_UP

public static final DeleteShiftDirection SHIFT_UP
Method Detail

getById

public static DeleteShiftDirection getById(int pId)

isShiftToLeft

public boolean isShiftToLeft()

isShiftUp

public boolean isShiftUp()