public enum TypeDefPatchAction extends Enum<TypeDefPatchAction>
| Enum Constant and Description |
|---|
ADD_ATTRIBUTES |
ADD_EXTERNAL_STANDARDS |
ADD_OPTIONS |
DELETE_EXTERNAL_STANDARDS |
DELETE_OPTIONS |
UPDATE_DESCRIPTIONS |
UPDATE_EXTERNAL_STANDARDS |
UPDATE_OPTIONS |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the description of the patch action.
|
String |
getName()
Return the descriptive name for the patch action.
|
int |
getOrdinal()
Return the code value for the patch action.
|
String |
toString()
toString() JSON-style
|
static TypeDefPatchAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDefPatchAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeDefPatchAction ADD_ATTRIBUTES
public static final TypeDefPatchAction ADD_OPTIONS
public static final TypeDefPatchAction UPDATE_OPTIONS
public static final TypeDefPatchAction DELETE_OPTIONS
public static final TypeDefPatchAction ADD_EXTERNAL_STANDARDS
public static final TypeDefPatchAction UPDATE_EXTERNAL_STANDARDS
public static final TypeDefPatchAction DELETE_EXTERNAL_STANDARDS
public static final TypeDefPatchAction UPDATE_DESCRIPTIONS
public static TypeDefPatchAction[] values()
for (TypeDefPatchAction c : TypeDefPatchAction.values()) System.out.println(c);
public static TypeDefPatchAction 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 int getOrdinal()
public String getName()
public String getDescription()
public String toString()
toString in class Enum<TypeDefPatchAction>Copyright © 2018–2019 ODPi. All rights reserved.