com.moyosoft.connector.ms.excel
Class SortMethodOld

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

public class SortMethodOld
extends AbstractType

See Also:
Serialized Form

Field Summary
static SortMethodOld CODE_PAGE
           
static SortMethodOld SYLLABARY
           
 
Method Summary
static SortMethodOld getById(int pId)
           
 boolean isCodePage()
           
 boolean isSyllabary()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODE_PAGE

public static final SortMethodOld CODE_PAGE

SYLLABARY

public static final SortMethodOld SYLLABARY
Method Detail

getById

public static SortMethodOld getById(int pId)

isCodePage

public boolean isCodePage()

isSyllabary

public boolean isSyllabary()