
public enum ReplicationTriggerType extends Enum<ReplicationTriggerType>
replication-triggerType xsd type| Enum Constant and Description |
|---|
_ACCESS |
_SET |
_SET_AND_GET |
_SET_AND_NON_PRIMITIVE_GET |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationTriggerType |
getFromStringValue(String value) |
String |
toString() |
static ReplicationTriggerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationTriggerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationTriggerType _ACCESS
public static final ReplicationTriggerType _SET_AND_GET
public static final ReplicationTriggerType _SET_AND_NON_PRIMITIVE_GET
public static final ReplicationTriggerType _SET
public static ReplicationTriggerType[] values()
for (ReplicationTriggerType c : ReplicationTriggerType.values()) System.out.println(c);
public static ReplicationTriggerType 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<ReplicationTriggerType>public static ReplicationTriggerType getFromStringValue(String value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.