com.moyosoft.connector.ms.excel
Class CellType

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

public class CellType
extends AbstractType

See Also:
Serialized Form

Field Summary
static CellType ALL_FORMAT_CONDITIONS
           
static CellType ALL_VALIDATION
           
static CellType BLANKS
           
static CellType COMMENTS
           
static CellType CONSTANTS
           
static CellType FORMULAS
           
static CellType LAST_CELL
           
static CellType SAME_FORMAT_CONDITIONS
           
static CellType SAME_VALIDATION
           
static CellType VISIBLE
           
 
Method Summary
static CellType getById(int pId)
           
 boolean isAllFormatConditions()
           
 boolean isAllValidation()
           
 boolean isBlanks()
           
 boolean isComments()
           
 boolean isConstants()
           
 boolean isFormulas()
           
 boolean isLastCell()
           
 boolean isSameFormatConditions()
           
 boolean isSameValidation()
           
 boolean isVisible()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLANKS

public static final CellType BLANKS

CONSTANTS

public static final CellType CONSTANTS

FORMULAS

public static final CellType FORMULAS

LAST_CELL

public static final CellType LAST_CELL

COMMENTS

public static final CellType COMMENTS

VISIBLE

public static final CellType VISIBLE

ALL_FORMAT_CONDITIONS

public static final CellType ALL_FORMAT_CONDITIONS

SAME_FORMAT_CONDITIONS

public static final CellType SAME_FORMAT_CONDITIONS

ALL_VALIDATION

public static final CellType ALL_VALIDATION

SAME_VALIDATION

public static final CellType SAME_VALIDATION
Method Detail

getById

public static CellType getById(int pId)

isBlanks

public boolean isBlanks()

isConstants

public boolean isConstants()

isFormulas

public boolean isFormulas()

isLastCell

public boolean isLastCell()

isComments

public boolean isComments()

isVisible

public boolean isVisible()

isAllFormatConditions

public boolean isAllFormatConditions()

isSameFormatConditions

public boolean isSameFormatConditions()

isAllValidation

public boolean isAllValidation()

isSameValidation

public boolean isSameValidation()