public static enum DeviceResources.Device.Constraints.CellConstraint.Which extends Enum<DeviceResources.Device.Constraints.CellConstraint.Which>
| Enum Constant and Description |
|---|
_NOT_IN_SCHEMA |
CELL |
CELLS |
| Modifier and Type | Method and Description |
|---|---|
static DeviceResources.Device.Constraints.CellConstraint.Which |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceResources.Device.Constraints.CellConstraint.Which[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceResources.Device.Constraints.CellConstraint.Which CELL
public static final DeviceResources.Device.Constraints.CellConstraint.Which CELLS
public static final DeviceResources.Device.Constraints.CellConstraint.Which _NOT_IN_SCHEMA
public static DeviceResources.Device.Constraints.CellConstraint.Which[] values()
for (DeviceResources.Device.Constraints.CellConstraint.Which c : DeviceResources.Device.Constraints.CellConstraint.Which.values()) System.out.println(c);
public static DeviceResources.Device.Constraints.CellConstraint.Which valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null