com.moyosoft.connector.ms.excel
Class CellInsertionMode

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

public class CellInsertionMode
extends AbstractType

See Also:
Serialized Form

Field Summary
static CellInsertionMode INSERT_DELETE_CELLS
           
static CellInsertionMode INSERT_ENTIRE_ROWS
           
static CellInsertionMode OVERWRITE_CELLS
           
 
Method Summary
static CellInsertionMode getById(int pId)
           
 boolean isInsertDeleteCells()
           
 boolean isInsertEntireRows()
           
 boolean isOverwriteCells()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OVERWRITE_CELLS

public static final CellInsertionMode OVERWRITE_CELLS

INSERT_DELETE_CELLS

public static final CellInsertionMode INSERT_DELETE_CELLS

INSERT_ENTIRE_ROWS

public static final CellInsertionMode INSERT_ENTIRE_ROWS
Method Detail

getById

public static CellInsertionMode getById(int pId)

isOverwriteCells

public boolean isOverwriteCells()

isInsertDeleteCells

public boolean isInsertDeleteCells()

isInsertEntireRows

public boolean isInsertEntireRows()