public enum EResponseType extends Enum<EResponseType>
Enum Constant and Description |
---|
HTML |
JSON |
SHOW_FILE |
TEMPLATE |
TEMPLATE_SYSTEM |
WEITERLEITUNG |
XML |
Modifier and Type | Method and Description |
---|---|
static EResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EResponseType SHOW_FILE
public static final EResponseType TEMPLATE_SYSTEM
public static final EResponseType WEITERLEITUNG
public static final EResponseType TEMPLATE
public static final EResponseType HTML
public static final EResponseType JSON
public static final EResponseType XML
public static EResponseType[] values()
for (EResponseType c : EResponseType.values()) System.out.println(c);
public static EResponseType 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 © 2018 XIMA MEDIA GmbH. All rights reserved.