com.moyosoft.connector.ms.excel
Class ImportDataAs

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

public class ImportDataAs
extends AbstractType

See Also:
Serialized Form

Field Summary
static ImportDataAs PIVOT_TABLE_REPORT
           
static ImportDataAs QUERY_TABLE
           
 
Method Summary
static ImportDataAs getById(int pId)
           
 boolean isPivotTableReport()
           
 boolean isQueryTable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_TABLE

public static final ImportDataAs QUERY_TABLE

PIVOT_TABLE_REPORT

public static final ImportDataAs PIVOT_TABLE_REPORT
Method Detail

getById

public static ImportDataAs getById(int pId)

isQueryTable

public boolean isQueryTable()

isPivotTableReport

public boolean isPivotTableReport()