protected static enum PropertyValueCompletionProvider.LexerState extends java.lang.Enum<PropertyValueCompletionProvider.LexerState>
| Modifier and Type | Method and Description |
|---|---|
static PropertyValueCompletionProvider.LexerState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyValueCompletionProvider.LexerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyValueCompletionProvider.LexerState SELECTOR
public static final PropertyValueCompletionProvider.LexerState PROPERTY
public static final PropertyValueCompletionProvider.LexerState VALUE
public static PropertyValueCompletionProvider.LexerState[] values()
for (PropertyValueCompletionProvider.LexerState c : PropertyValueCompletionProvider.LexerState.values()) System.out.println(c);
public static PropertyValueCompletionProvider.LexerState 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