com.moyosoft.connector.ms.excel
Class SourceType

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

public class SourceType
extends AbstractType

See Also:
Serialized Form

Field Summary
static SourceType SOURCE_AUTO_FILTER
           
static SourceType SOURCE_CHART
           
static SourceType SOURCE_PIVOT_TABLE
           
static SourceType SOURCE_PRINT_AREA
           
static SourceType SOURCE_QUERY
           
static SourceType SOURCE_RANGE
           
static SourceType SOURCE_SHEET
           
static SourceType SOURCE_WORKBOOK
           
 
Method Summary
static SourceType getById(int pId)
           
 boolean isSourceAutoFilter()
           
 boolean isSourceChart()
           
 boolean isSourcePivotTable()
           
 boolean isSourcePrintArea()
           
 boolean isSourceQuery()
           
 boolean isSourceRange()
           
 boolean isSourceSheet()
           
 boolean isSourceWorkbook()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCE_WORKBOOK

public static final SourceType SOURCE_WORKBOOK

SOURCE_SHEET

public static final SourceType SOURCE_SHEET

SOURCE_PRINT_AREA

public static final SourceType SOURCE_PRINT_AREA

SOURCE_AUTO_FILTER

public static final SourceType SOURCE_AUTO_FILTER

SOURCE_RANGE

public static final SourceType SOURCE_RANGE

SOURCE_CHART

public static final SourceType SOURCE_CHART

SOURCE_PIVOT_TABLE

public static final SourceType SOURCE_PIVOT_TABLE

SOURCE_QUERY

public static final SourceType SOURCE_QUERY
Method Detail

getById

public static SourceType getById(int pId)

isSourceWorkbook

public boolean isSourceWorkbook()

isSourceSheet

public boolean isSourceSheet()

isSourcePrintArea

public boolean isSourcePrintArea()

isSourceAutoFilter

public boolean isSourceAutoFilter()

isSourceRange

public boolean isSourceRange()

isSourceChart

public boolean isSourceChart()

isSourcePivotTable

public boolean isSourcePivotTable()

isSourceQuery

public boolean isSourceQuery()