public enum EDataView extends Enum<EDataView>
| Enum Constant and Description | 
|---|
INPUT_PARAMS  | 
INPUT_SUBMIT  | 
OUTPUT_JSON  | 
OUTPUT_LDAP_STATEMENT  | 
OUTPUT_SQL  | 
OUTPUT_TABLE  | 
| Modifier and Type | Method and Description | 
|---|---|
static EDataView | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EDataView[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EDataView INPUT_SUBMIT
public static final EDataView INPUT_PARAMS
public static final EDataView OUTPUT_TABLE
public static final EDataView OUTPUT_JSON
public static final EDataView OUTPUT_SQL
public static final EDataView OUTPUT_LDAP_STATEMENT
public static EDataView[] values()
for (EDataView c : EDataView.values()) System.out.println(c);
public static EDataView 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 © 2020 XIMA MEDIA GmbH. All rights reserved.