com.moyosoft.connector.ms.excel
Class ListObjectSourceType

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

public class ListObjectSourceType
extends AbstractType

See Also:
Serialized Form

Field Summary
static ListObjectSourceType SRC_EXTERNAL
           
static ListObjectSourceType SRC_RANGE
           
static ListObjectSourceType SRC_XML
           
 
Method Summary
static ListObjectSourceType getById(int pId)
           
 boolean isSrcExternal()
           
 boolean isSrcRange()
           
 boolean isSrcXml()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SRC_EXTERNAL

public static final ListObjectSourceType SRC_EXTERNAL

SRC_RANGE

public static final ListObjectSourceType SRC_RANGE

SRC_XML

public static final ListObjectSourceType SRC_XML
Method Detail

getById

public static ListObjectSourceType getById(int pId)

isSrcExternal

public boolean isSrcExternal()

isSrcRange

public boolean isSrcRange()

isSrcXml

public boolean isSrcXml()