public static enum Changes.ChangesIntent extends java.lang.Enum<Changes.ChangesIntent>
| Modifier and Type | Method and Description |
|---|---|
static Changes.ChangesIntent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Changes.ChangesIntent[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final Changes.ChangesIntent CREATE
public static final Changes.ChangesIntent MODIFY
public static Changes.ChangesIntent valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static Changes.ChangesIntent[] values()
for (Changes.ChangesIntent c : Changes.ChangesIntent.values())
System.out.println(c);
Copyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.