com.moyosoft.connector.ms.excel
Class ErrorChecks

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

public class ErrorChecks
extends AbstractType

See Also:
Serialized Form

Field Summary
static ErrorChecks EMPTY_CELL_REFERENCES
           
static ErrorChecks EVALUATE_TO_ERROR
           
static ErrorChecks INCONSISTENT_FORMULA
           
static ErrorChecks LIST_DATA_VALIDATION
           
static ErrorChecks NUMBER_AS_TEXT
           
static ErrorChecks OMITTED_CELLS
           
static ErrorChecks TEXT_DATE
           
static ErrorChecks UNLOCKED_FORMULA_CELLS
           
 
Method Summary
static ErrorChecks getById(int pId)
           
 boolean isEmptyCellReferences()
           
 boolean isEvaluateToError()
           
 boolean isInconsistentFormula()
           
 boolean isListDataValidation()
           
 boolean isNumberAsText()
           
 boolean isOmittedCells()
           
 boolean isTextDate()
           
 boolean isUnlockedFormulaCells()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVALUATE_TO_ERROR

public static final ErrorChecks EVALUATE_TO_ERROR

TEXT_DATE

public static final ErrorChecks TEXT_DATE

NUMBER_AS_TEXT

public static final ErrorChecks NUMBER_AS_TEXT

INCONSISTENT_FORMULA

public static final ErrorChecks INCONSISTENT_FORMULA

OMITTED_CELLS

public static final ErrorChecks OMITTED_CELLS

UNLOCKED_FORMULA_CELLS

public static final ErrorChecks UNLOCKED_FORMULA_CELLS

EMPTY_CELL_REFERENCES

public static final ErrorChecks EMPTY_CELL_REFERENCES

LIST_DATA_VALIDATION

public static final ErrorChecks LIST_DATA_VALIDATION
Method Detail

getById

public static ErrorChecks getById(int pId)

isEvaluateToError

public boolean isEvaluateToError()

isTextDate

public boolean isTextDate()

isNumberAsText

public boolean isNumberAsText()

isInconsistentFormula

public boolean isInconsistentFormula()

isOmittedCells

public boolean isOmittedCells()

isUnlockedFormulaCells

public boolean isUnlockedFormulaCells()

isEmptyCellReferences

public boolean isEmptyCellReferences()

isListDataValidation

public boolean isListDataValidation()