public static enum CollectionParams.CollectionAction extends Enum<CollectionParams.CollectionAction>
Modifier and Type | Method and Description |
---|---|
static CollectionParams.CollectionAction |
get(String p) |
static CollectionParams.CollectionAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionParams.CollectionAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionParams.CollectionAction CREATE
public static final CollectionParams.CollectionAction DELETE
public static final CollectionParams.CollectionAction RELOAD
public static final CollectionParams.CollectionAction SYNCSHARD
public static CollectionParams.CollectionAction[] values()
for (CollectionParams.CollectionAction c : CollectionParams.CollectionAction.values()) System.out.println(c);
public static CollectionParams.CollectionAction 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 static CollectionParams.CollectionAction get(String p)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.