com.moyosoft.connector.ms.excel
Class SearchWithin

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

public class SearchWithin
extends AbstractType

See Also:
Serialized Form

Field Summary
static SearchWithin WITHIN_SHEET
           
static SearchWithin WITHIN_WORKBOOK
           
 
Method Summary
static SearchWithin getById(int pId)
           
 boolean isWithinSheet()
           
 boolean isWithinWorkbook()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WITHIN_SHEET

public static final SearchWithin WITHIN_SHEET

WITHIN_WORKBOOK

public static final SearchWithin WITHIN_WORKBOOK
Method Detail

getById

public static SearchWithin getById(int pId)

isWithinSheet

public boolean isWithinSheet()

isWithinWorkbook

public boolean isWithinWorkbook()