public static enum Searchable.Group extends Enum<Searchable.Group>
| Enum Constant and Description |
|---|
CLAUSES |
COMMON |
SEARCHABLE |
| Modifier and Type | Method and Description |
|---|---|
void |
addFieldToJson(org.json.simple.JSONObject rootJson,
String fieldName,
Object fieldValue) |
static Searchable.Group |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Searchable.Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Searchable.Group SEARCHABLE
public static final Searchable.Group CLAUSES
public static final Searchable.Group COMMON
public static Searchable.Group[] values()
for (Searchable.Group c : Searchable.Group.values()) System.out.println(c);
public static Searchable.Group 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 © 2015 eGovernments Foundation. All rights reserved.