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