public static enum ReplicationManager.ADD_OPERATION_TYPE extends Enum<ReplicationManager.ADD_OPERATION_TYPE>
Modifier and Type | Method and Description |
---|---|
abstract boolean |
toBoolean() |
static ReplicationManager.ADD_OPERATION_TYPE |
toOperation(boolean isUpdate) |
static ReplicationManager.ADD_OPERATION_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationManager.ADD_OPERATION_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationManager.ADD_OPERATION_TYPE UPDATE
public static final ReplicationManager.ADD_OPERATION_TYPE ADD
public static ReplicationManager.ADD_OPERATION_TYPE[] values()
for (ReplicationManager.ADD_OPERATION_TYPE c : ReplicationManager.ADD_OPERATION_TYPE.values()) System.out.println(c);
public static ReplicationManager.ADD_OPERATION_TYPE 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 abstract boolean toBoolean()
public static ReplicationManager.ADD_OPERATION_TYPE toOperation(boolean isUpdate)
Copyright © 2018 JBoss by Red Hat. All rights reserved.