public enum BindPropagation extends java.lang.Enum<BindPropagation>
RemoteApiVersion#VERSION_1_24
Enum Constant and Description |
---|
PRIVATE |
R_PRIVATE |
R_SHARED |
R_SLAVE |
SHARED |
SLAVE |
Modifier and Type | Method and Description |
---|---|
static BindPropagation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BindPropagation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BindPropagation R_PRIVATE
public static final BindPropagation PRIVATE
public static final BindPropagation R_SHARED
public static final BindPropagation SHARED
public static final BindPropagation R_SLAVE
public static final BindPropagation SLAVE
public static BindPropagation[] values()
for (BindPropagation c : BindPropagation.values()) System.out.println(c);
public static BindPropagation 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 nullCopyright © 2020. All Rights Reserved.