public static enum Options.NodeSharingOption extends java.lang.Enum<Options.NodeSharingOption>
Enum Constant and Description |
---|
ALL |
INDEXER_AND_REMOTEPROXY |
NEVER |
Modifier and Type | Method and Description |
---|---|
static Options.NodeSharingOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Options.NodeSharingOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Options.NodeSharingOption NEVER
public static final Options.NodeSharingOption INDEXER_AND_REMOTEPROXY
public static final Options.NodeSharingOption ALL
public static Options.NodeSharingOption[] values()
for (Options.NodeSharingOption c : Options.NodeSharingOption.values()) System.out.println(c);
public static Options.NodeSharingOption 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 null