public enum NotifyConditionEnum extends Enum<NotifyConditionEnum>
| Enum Constant and Description |
|---|
ONCHANGE |
ONTIMEINTERVAL |
ONVALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
void |
setLabel(String label) |
static NotifyConditionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotifyConditionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotifyConditionEnum ONTIMEINTERVAL
public static final NotifyConditionEnum ONVALUE
public static final NotifyConditionEnum ONCHANGE
public static NotifyConditionEnum[] values()
for (NotifyConditionEnum c : NotifyConditionEnum.values()) System.out.println(c);
public static NotifyConditionEnum 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 getLabel()
public void setLabel(String label)
Copyright © 2016 Orange. All rights reserved.