com.moyosoft.connector.ms.excel
Class RowCol

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

public class RowCol
extends AbstractType

See Also:
Serialized Form

Field Summary
static RowCol COLUMNS
           
static RowCol ROWS
           
 
Method Summary
static RowCol getById(int pId)
           
 boolean isColumns()
           
 boolean isRows()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMNS

public static final RowCol COLUMNS

ROWS

public static final RowCol ROWS
Method Detail

getById

public static RowCol getById(int pId)

isColumns

public boolean isColumns()

isRows

public boolean isRows()