public enum SchemaMigrationOperation extends Enum<SchemaMigrationOperation>
| Enum Constant and Description |
|---|
MOVED |
REMOVED |
RENAMED_PARENT |
| Modifier and Type | Method and Description |
|---|---|
static SchemaMigrationOperation |
parse(String s) |
static SchemaMigrationOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaMigrationOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaMigrationOperation REMOVED
public static final SchemaMigrationOperation MOVED
public static final SchemaMigrationOperation RENAMED_PARENT
public static SchemaMigrationOperation[] values()
for (SchemaMigrationOperation c : SchemaMigrationOperation.values()) System.out.println(c);
public static SchemaMigrationOperation 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 static SchemaMigrationOperation parse(String s) throws SchemaException
SchemaExceptionCopyright © 2022 Evolveum. All rights reserved.