public enum LiveViewAlertType extends Enum<LiveViewAlertType>
| Enum Constant and Description |
|---|
CONTINUOUS
Only look for Alert matches continuous Alert review
|
SNAPSHOT
Snapshot only Alert
|
SNAPSHOT_AND_CONTINUOUS
Snapshot followed by continuous Alert review
|
| Modifier and Type | Method and Description |
|---|---|
static LiveViewAlertType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiveViewAlertType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiveViewAlertType SNAPSHOT
public static final LiveViewAlertType SNAPSHOT_AND_CONTINUOUS
public static final LiveViewAlertType CONTINUOUS
public static LiveViewAlertType[] values()
for (LiveViewAlertType c : LiveViewAlertType.values()) System.out.println(c);
public static LiveViewAlertType 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 © 2015–2018 Cloud Software Group, Inc.. All rights reserved.