@Generated public enum OperationActionType extends Enum<OperationActionType>
| Modifier and Type | Method and Description |
|---|---|
static OperationActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationActionType OPERATION_ACTION_TYPE_BIND
public static final OperationActionType OPERATION_ACTION_TYPE_BIND_AND_UPDATE
public static final OperationActionType OPERATION_ACTION_TYPE_CREATE
public static final OperationActionType OPERATION_ACTION_TYPE_DELETE
public static final OperationActionType OPERATION_ACTION_TYPE_INITIAL_REGISTER
public static final OperationActionType OPERATION_ACTION_TYPE_RECREATE
public static final OperationActionType OPERATION_ACTION_TYPE_RESIZE
public static final OperationActionType OPERATION_ACTION_TYPE_UPDATE
public static final OperationActionType OPERATION_ACTION_TYPE_UPDATE_WITH_ID
public static OperationActionType[] values()
for (OperationActionType c : OperationActionType.values()) System.out.println(c);
public static OperationActionType 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 © 2026. All rights reserved.