com.moyosoft.connector.ms.excel
Class SortType

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

public class SortType
extends AbstractType

See Also:
Serialized Form

Field Summary
static SortType SORT_LABELS
           
static SortType SORT_VALUES
           
 
Method Summary
static SortType getById(int pId)
           
 boolean isSortLabels()
           
 boolean isSortValues()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SORT_LABELS

public static final SortType SORT_LABELS

SORT_VALUES

public static final SortType SORT_VALUES
Method Detail

getById

public static SortType getById(int pId)

isSortLabels

public boolean isSortLabels()

isSortValues

public boolean isSortValues()