public enum ReplicationGranularityType extends Enum<ReplicationGranularityType>
replication-granularityType
xsd typeEnum Constant and Description |
---|
_ATTRIBUTE |
_SESSION |
Modifier and Type | Method and Description |
---|---|
static ReplicationGranularityType |
getFromStringValue(String value) |
String |
toString() |
static ReplicationGranularityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationGranularityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationGranularityType _SESSION
public static final ReplicationGranularityType _ATTRIBUTE
public static ReplicationGranularityType[] values()
for (ReplicationGranularityType c : ReplicationGranularityType.values()) System.out.println(c);
public static ReplicationGranularityType 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<ReplicationGranularityType>
public static ReplicationGranularityType getFromStringValue(String value)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.