public class SpecialCellsValue
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static SpecialCellsValue |
Errors
Cells with errors.
|
static SpecialCellsValue |
Logical
Cells with logical values.
|
static SpecialCellsValue |
Numbers
Cells with numeric values.
|
static int |
SIZE |
static SpecialCellsValue |
TextValues
Cells with text.
|
| Modifier and Type | Method and Description |
|---|---|
static SpecialCellsValue |
forValue(int value)
Converts an integer to SpecialCellsValue.
|
int |
getValue()
Converts SpecialCellsValue to an integer.
|
boolean |
hasFlag(SpecialCellsValue other)
Determines whether one or more bit fields are set in the current instance.
|
static SpecialCellsValue |
of(SpecialCellsValue value1,
SpecialCellsValue value2)
Combines bit fields as a new SpecialCellsValue instance.
|
static SpecialCellsValue |
of(SpecialCellsValue value1,
SpecialCellsValue value2,
SpecialCellsValue value3)
Combines bit fields as a new SpecialCellsValue instance.
|
static SpecialCellsValue |
of(SpecialCellsValue value1,
SpecialCellsValue value2,
SpecialCellsValue value3,
SpecialCellsValue value4)
Combines bit fields as a new SpecialCellsValue instance.
|
public static final SpecialCellsValue Errors
public static final SpecialCellsValue Logical
public static final SpecialCellsValue Numbers
public static final SpecialCellsValue TextValues
public static final int SIZE
public int getValue()
public static SpecialCellsValue forValue(int value)
public boolean hasFlag(SpecialCellsValue other)
public static SpecialCellsValue of(SpecialCellsValue value1, SpecialCellsValue value2)
public static SpecialCellsValue of(SpecialCellsValue value1, SpecialCellsValue value2, SpecialCellsValue value3)
public static SpecialCellsValue of(SpecialCellsValue value1, SpecialCellsValue value2, SpecialCellsValue value3, SpecialCellsValue value4)