com.moyosoft.connector.ms.excel
Class FindLookIn

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

public class FindLookIn
extends AbstractType

See Also:
Serialized Form

Field Summary
static FindLookIn COMMENTS
           
static FindLookIn FORMULAS
           
static FindLookIn VALUES
           
 
Method Summary
static FindLookIn getById(int pId)
           
 boolean isComments()
           
 boolean isFormulas()
           
 boolean isValues()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMULAS

public static final FindLookIn FORMULAS

COMMENTS

public static final FindLookIn COMMENTS

VALUES

public static final FindLookIn VALUES
Method Detail

getById

public static FindLookIn getById(int pId)

isFormulas

public boolean isFormulas()

isComments

public boolean isComments()

isValues

public boolean isValues()