public enum ObserveCancel extends Enum<ObserveCancel>
| Modifier and Type | Method and Description |
|---|---|
static ObserveCancel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObserveCancel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObserveCancel DEFAULT
public static final ObserveCancel ACTIVE
public static final ObserveCancel PASSIVE
public static ObserveCancel[] values()
for (ObserveCancel c : ObserveCancel.values()) System.out.println(c);
public static ObserveCancel 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 © 2019–2025 Teslanet.nl. All rights reserved.