@Generated public enum EventDetailsCause extends Enum<EventDetailsCause>
Enum Constant and Description |
---|
AUTORECOVERY |
AUTOSCALE |
REPLACE_BAD_NODES |
USER_REQUEST |
Modifier and Type | Method and Description |
---|---|
static EventDetailsCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventDetailsCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventDetailsCause AUTORECOVERY
public static final EventDetailsCause AUTOSCALE
public static final EventDetailsCause REPLACE_BAD_NODES
public static final EventDetailsCause USER_REQUEST
public static EventDetailsCause[] values()
for (EventDetailsCause c : EventDetailsCause.values()) System.out.println(c);
public static EventDetailsCause 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 © 2024. All rights reserved.