@Deprecated public enum ReplicationGranularity extends java.lang.Enum<ReplicationGranularity>
| Enum Constant | Description |
|---|---|
ATTRIBUTE |
Deprecated.
|
SESSION |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ReplicationGranularity |
fromString(java.lang.String granularity) |
Deprecated.
|
static ReplicationGranularity |
valueOf(java.lang.String name) |
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ReplicationGranularity[] |
values() |
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationGranularity SESSION
public static final ReplicationGranularity ATTRIBUTE
public static ReplicationGranularity[] values()
for (ReplicationGranularity c : ReplicationGranularity.values()) System.out.println(c);
public static ReplicationGranularity valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ReplicationGranularity fromString(java.lang.String granularity)
Copyright © 2018 JBoss by Red Hat. All rights reserved.