com.moyosoft.connector.ms.excel
Class SortMethod

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

public class SortMethod
extends AbstractType

See Also:
Serialized Form

Field Summary
static SortMethod PIN_YIN
           
static SortMethod STROKE
           
 
Method Summary
static SortMethod getById(int pId)
           
 boolean isPinYin()
           
 boolean isStroke()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PIN_YIN

public static final SortMethod PIN_YIN

STROKE

public static final SortMethod STROKE
Method Detail

getById

public static SortMethod getById(int pId)

isPinYin

public boolean isPinYin()

isStroke

public boolean isStroke()