public enum UiConstants extends Enum<UiConstants>
Enum Constant and Description |
---|
ID
"#id" field
|
RESULT
"$results" field
|
SELECT_BY_ID
Token used to specify a root item
|
TITLE
"Title" field
|
UNITUPS
"#unitups" field
|
Modifier and Type | Method and Description |
---|---|
String |
getReceivedCriteria() |
String |
getResultCriteria() |
static UiConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UiConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UiConstants SELECT_BY_ID
public static final UiConstants TITLE
public static final UiConstants ID
public static final UiConstants UNITUPS
public static final UiConstants RESULT
public static UiConstants[] values()
for (UiConstants c : UiConstants.values()) System.out.println(c);
public static UiConstants 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 final String getReceivedCriteria()
public final String getResultCriteria()
Copyright © 2018 Vitam. All rights reserved.