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

Packages that use Cell.State
org.debellor.core   
 

Uses of Cell.State in org.debellor.core
 

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