public final class TriggerStatus extends ExpandableStringEnum<TriggerStatus>
Modifier and Type | Field and Description |
---|---|
static TriggerStatus |
DISABLED
Static value Disabled for TriggerStatus.
|
static TriggerStatus |
ENABLED
Static value Enabled for TriggerStatus.
|
Constructor and Description |
---|
TriggerStatus() |
Modifier and Type | Method and Description |
---|---|
static TriggerStatus |
fromString(String name)
Creates or finds a TriggerStatus from its string representation.
|
static Collection<TriggerStatus> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final TriggerStatus DISABLED
public static final TriggerStatus ENABLED
public static TriggerStatus fromString(String name)
name
- a name to look forpublic static Collection<TriggerStatus> values()
Copyright © 2019. All rights reserved.