enum
CellType
private CellType
type
getType()
static CellType
valueOf(String name)
static CellType[]
values()
void
setType(CellType type)
Cell(int row, int col, CellType type)