com.moyosoft.connector.ms.excel
Class ApplyNamesOrder

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

public class ApplyNamesOrder
extends AbstractType

See Also:
Serialized Form

Field Summary
static ApplyNamesOrder COLUMN_THEN_ROW
           
static ApplyNamesOrder ROW_THEN_COLUMN
           
 
Method Summary
static ApplyNamesOrder getById(int pId)
           
 boolean isColumnThenRow()
           
 boolean isRowThenColumn()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_THEN_ROW

public static final ApplyNamesOrder COLUMN_THEN_ROW

ROW_THEN_COLUMN

public static final ApplyNamesOrder ROW_THEN_COLUMN
Method Detail

getById

public static ApplyNamesOrder getById(int pId)

isColumnThenRow

public boolean isColumnThenRow()

isRowThenColumn

public boolean isRowThenColumn()