public static enum GotoActionModel.MatchMode extends java.lang.Enum<GotoActionModel.MatchMode>
| Enum Constant and Description |
|---|
DESCRIPTION |
GROUP |
INTENTION |
NAME |
NON_MENU |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static GotoActionModel.MatchMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GotoActionModel.MatchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GotoActionModel.MatchMode NONE
public static final GotoActionModel.MatchMode INTENTION
public static final GotoActionModel.MatchMode NAME
public static final GotoActionModel.MatchMode DESCRIPTION
public static final GotoActionModel.MatchMode GROUP
public static final GotoActionModel.MatchMode NON_MENU
public static GotoActionModel.MatchMode[] values()
for (GotoActionModel.MatchMode c : GotoActionModel.MatchMode.values()) System.out.println(c);
public static GotoActionModel.MatchMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null