public static enum Observes.Kind extends Enum<Observes.Kind>
| Modifier and Type | Method and Description |
|---|---|
static Observes.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Observes.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Observes.Kind critical
public static final Observes.Kind safe
public static final Observes.Kind resilient
public static Observes.Kind[] values()
for (Observes.Kind c : Observes.Kind.values()) System.out.println(c);
public static Observes.Kind 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 © 2017. All Rights Reserved.