public static enum SchemaModificationPatch.OpEnum extends Enum<SchemaModificationPatch.OpEnum>
Enum Constant and Description |
---|
REPLACE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SchemaModificationPatch.OpEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaModificationPatch.OpEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaModificationPatch.OpEnum REPLACE
public static SchemaModificationPatch.OpEnum[] values()
for (SchemaModificationPatch.OpEnum c : SchemaModificationPatch.OpEnum.values()) System.out.println(c);
public static SchemaModificationPatch.OpEnum 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<SchemaModificationPatch.OpEnum>
Copyright © 2020 Red Hat. All rights reserved.