public enum EventDataOperation extends Enum<EventDataOperation>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static EventDataOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventDataOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventDataOperation CREATE
public static final EventDataOperation UPDATE
public static final EventDataOperation DELETE
public static final EventDataOperation SNAPSHOT
public static EventDataOperation[] values()
for (EventDataOperation c : EventDataOperation.values()) System.out.println(c);
public static EventDataOperation 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 toString()
toString in class Enum<EventDataOperation>Copyright © 2017 Pivotal Software, Inc.. All rights reserved.