public static enum GenericValueBoundaryBCOTrigger.TriggerOperation extends Enum<GenericValueBoundaryBCOTrigger.TriggerOperation>
| Enum Constant and Description |
|---|
HIGH_ACTIVE |
LOW_ACTIVE |
| Modifier and Type | Method and Description |
|---|---|
static GenericValueBoundaryBCOTrigger.TriggerOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericValueBoundaryBCOTrigger.TriggerOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericValueBoundaryBCOTrigger.TriggerOperation HIGH_ACTIVE
public static final GenericValueBoundaryBCOTrigger.TriggerOperation LOW_ACTIVE
public static GenericValueBoundaryBCOTrigger.TriggerOperation[] values()
for (GenericValueBoundaryBCOTrigger.TriggerOperation c : GenericValueBoundaryBCOTrigger.TriggerOperation.values()) System.out.println(c);
public static GenericValueBoundaryBCOTrigger.TriggerOperation 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 nullCopyright © 2014–2018 openbase.org. All rights reserved.