protected static enum LineReaderImpl.CompletionType extends Enum<LineReaderImpl.CompletionType>
| Enum Constant and Description |
|---|
Complete |
Expand |
ExpandComplete |
List |
| Modifier and Type | Method and Description |
|---|---|
static LineReaderImpl.CompletionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineReaderImpl.CompletionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineReaderImpl.CompletionType Expand
public static final LineReaderImpl.CompletionType ExpandComplete
public static final LineReaderImpl.CompletionType Complete
public static final LineReaderImpl.CompletionType List
public static LineReaderImpl.CompletionType[] values()
for (LineReaderImpl.CompletionType c : LineReaderImpl.CompletionType.values()) System.out.println(c);
public static LineReaderImpl.CompletionType 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 © 2017. All rights reserved.