Uses of Class
org.debellor.core.Cell.CellMethod

Packages that use Cell.CellMethod
org.debellor.core   
org.debellor.core.exception.cell   
 

Uses of Cell.CellMethod in org.debellor.core
 

Methods in org.debellor.core that return Cell.CellMethod
static Cell.CellMethod Cell.CellMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Cell.CellMethod[] Cell.CellMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Cell.CellMethod in org.debellor.core.exception.cell
 

Constructors in org.debellor.core.exception.cell with parameters of type Cell.CellMethod
CellAccessException(Cell cell, Cell.CellMethod method)
           
CellException(Cell cell, Cell.CellMethod cellMethod, java.lang.String cause)
           
CellException(Cell cell, Cell.CellMethod cellMethod, java.lang.Throwable cause)
           
CellInternalException(Cell cell, Cell.CellMethod method, java.lang.Throwable cause)
           
CellIsFixedException(Cell cell, Cell.CellMethod method)
           
CellMethodNotImplementedException(Cell cell, Cell.CellMethod cellMethod)