com.moyosoft.connector.ms.excel
Class WebSelectionType

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

public class WebSelectionType
extends AbstractType

See Also:
Serialized Form

Field Summary
static WebSelectionType ALL_TABLES
           
static WebSelectionType ENTIRE_PAGE
           
static WebSelectionType SPECIFIED_TABLES
           
 
Method Summary
static WebSelectionType getById(int pId)
           
 boolean isAllTables()
           
 boolean isEntirePage()
           
 boolean isSpecifiedTables()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTIRE_PAGE

public static final WebSelectionType ENTIRE_PAGE

ALL_TABLES

public static final WebSelectionType ALL_TABLES

SPECIFIED_TABLES

public static final WebSelectionType SPECIFIED_TABLES
Method Detail

getById

public static WebSelectionType getById(int pId)

isEntirePage

public boolean isEntirePage()

isAllTables

public boolean isAllTables()

isSpecifiedTables

public boolean isSpecifiedTables()