M - the model typepublic static enum TextMenu.TextItem extends Enum<TextMenu.TextItem>
TextFilter.| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static TextMenu.TextItem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextMenu.TextItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextMenu.TextItem CONTAINS
public static final TextMenu.TextItem BEGINS
public static final TextMenu.TextItem ENDS
public static final TextMenu.TextItem SOUNDEX
public static TextMenu.TextItem[] values()
for (TextMenu.TextItem c : TextMenu.TextItem.values()) System.out.println(c);
public static TextMenu.TextItem 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 nullpublic String getKey()
Copyright © 2016. All Rights Reserved.