public static enum AlertCondition.ConditionScope extends Enum<AlertCondition.ConditionScope>
Enum Constant and Description |
---|
APPLICATION |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static AlertCondition.ConditionScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertCondition.ConditionScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertCondition.ConditionScope INSTANCE
public static final AlertCondition.ConditionScope APPLICATION
public static AlertCondition.ConditionScope[] values()
for (AlertCondition.ConditionScope c : AlertCondition.ConditionScope.values()) System.out.println(c);
public static AlertCondition.ConditionScope 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 nullpublic String value()
Copyright © 2018. All rights reserved.