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