Serializable
, Comparable<Widgets.CmdLine.DescriptionType>
public static enum Widgets.CmdLine.DescriptionType extends Enum<Widgets.CmdLine.DescriptionType>
Enum Constant | Description |
---|---|
COMMAND |
Cursor is at the end of line.
|
METHOD |
The part of the line from beginning til cursor has unclosed opening parenthesis.
|
SYNTAX |
The part of the line from beginning til cursor ends to the closing parenthesis.
|
Modifier and Type | Method | Description |
---|---|---|
static Widgets.CmdLine.DescriptionType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Widgets.CmdLine.DescriptionType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Widgets.CmdLine.DescriptionType COMMAND
public static final Widgets.CmdLine.DescriptionType METHOD
public static final Widgets.CmdLine.DescriptionType SYNTAX
public static Widgets.CmdLine.DescriptionType[] values()
for (Widgets.CmdLine.DescriptionType c : Widgets.CmdLine.DescriptionType.values()) System.out.println(c);
public static Widgets.CmdLine.DescriptionType 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 © 2020. All rights reserved.