org.apache.accumulo.core.util.shell
public static enum Shell.Command.CompletionSet extends Enum<Shell.Command.CompletionSet>
Enum Constant and Description |
---|
COMMANDS |
NAMESPACES |
TABLENAMES |
USERNAMES |
Modifier and Type | Method and Description |
---|---|
static Shell.Command.CompletionSet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shell.Command.CompletionSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Shell.Command.CompletionSet TABLENAMES
public static final Shell.Command.CompletionSet USERNAMES
public static final Shell.Command.CompletionSet COMMANDS
public static final Shell.Command.CompletionSet NAMESPACES
public static Shell.Command.CompletionSet[] values()
for (Shell.Command.CompletionSet c : Shell.Command.CompletionSet.values()) System.out.println(c);
public static Shell.Command.CompletionSet 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 nullCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.