| Enum Constant and Description |
|---|
ID |
KEY |
META |
MINIMAL |
NONE |
PARENT |
UNIQUE |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
fields |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
buildFrom(io.polyglotted.common.model.MapResult source,
T result) |
static Verbose |
fromVerb(java.lang.String verb) |
java.lang.String[] |
includeFields(java.lang.String[] includeFields) |
static java.lang.String |
param(Verbose verbose) |
static Verbose |
toMeta(java.lang.String verb) |
static Verbose |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Verbose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Verbose NONE
public static final Verbose ID
public static final Verbose KEY
public static final Verbose MINIMAL
public static final Verbose PARENT
public static final Verbose UNIQUE
public static final Verbose META
public static Verbose[] values()
for (Verbose c : Verbose.values()) System.out.println(c);
public static Verbose 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 abstract <T> T buildFrom(io.polyglotted.common.model.MapResult source,
T result)
public java.lang.String[] includeFields(java.lang.String[] includeFields)
public static java.lang.String param(Verbose verbose)
public static Verbose toMeta(java.lang.String verb)
public static Verbose fromVerb(java.lang.String verb)