public enum EInlineSuggestMode extends java.lang.Enum<EInlineSuggestMode>
| Enum Constant and Description |
|---|
PREFIX |
SUBWORD |
SUBWORD_SMART |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static EInlineSuggestMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EInlineSuggestMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EInlineSuggestMode PREFIX
public static final EInlineSuggestMode SUBWORD
public static final EInlineSuggestMode SUBWORD_SMART
public static EInlineSuggestMode[] values()
for (EInlineSuggestMode c : EInlineSuggestMode.values()) System.out.println(c);
public static EInlineSuggestMode 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<EInlineSuggestMode>Copyright © 2011–2021. All rights reserved.