public abstract class CellName extends Object
Modifier and Type | Field and Description |
---|---|
static CellName |
ALL_CELLS_SPECIAL_NAME |
static String |
ALL_CELLS_SPECIAL_STRING |
static CellName |
ROOT_CELL_NAME |
Constructor and Description |
---|
CellName() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkComponents() |
Optional<String> |
getLegacyName() |
abstract String |
getName() |
static CellName |
of(String name) |
String |
toString() |
public static final String ALL_CELLS_SPECIAL_STRING
public static final CellName ROOT_CELL_NAME
public static final CellName ALL_CELLS_SPECIAL_NAME