public static enum DomainDescription.OPTIONS extends java.lang.Enum<DomainDescription.OPTIONS>
| Enum Constant and Description |
|---|
NO_SENSOR_DISPATCH |
SIMULATE_SENSOR_DISPATCH |
| Modifier and Type | Method and Description |
|---|---|
static DomainDescription.OPTIONS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DomainDescription.OPTIONS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainDescription.OPTIONS SIMULATE_SENSOR_DISPATCH
public static final DomainDescription.OPTIONS NO_SENSOR_DISPATCH
public static DomainDescription.OPTIONS[] values()
for (DomainDescription.OPTIONS c : DomainDescription.OPTIONS.values()) System.out.println(c);
public static DomainDescription.OPTIONS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null