com.moyosoft.connector.ms.excel
Class SortOrientation

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

public class SortOrientation
extends AbstractType

See Also:
Serialized Form

Field Summary
static SortOrientation SORT_COLUMNS
           
static SortOrientation SORT_ROWS
           
 
Method Summary
static SortOrientation getById(int pId)
           
 boolean isSortColumns()
           
 boolean isSortRows()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SORT_ROWS

public static final SortOrientation SORT_ROWS

SORT_COLUMNS

public static final SortOrientation SORT_COLUMNS
Method Detail

getById

public static SortOrientation getById(int pId)

isSortRows

public boolean isSortRows()

isSortColumns

public boolean isSortColumns()