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