public enum EPluginTypes extends Enum<EPluginTypes>
Enum Constant and Description |
---|
DATASOURCE |
FORM_PRE_PERSIST |
FORM_PRE_PROCESS |
FORM_PRE_RENDER |
FORM_PRE_RESPOND |
GENERIC_ACTION |
PRINTSERVICE |
PROCESSING |
PROJECT_TEMPLATE |
REPLACER_FORM |
REPLACER_SESSION |
REPLACER_SYSTEM |
REPLACER_TEMPLATE |
SERVLET_ACTION |
VALIDATION_RULE |
Modifier and Type | Method and Description |
---|---|
Class<? extends IFCPlugin> |
getPluginInterface()
Getter für das Interfaze zu dem Plugin-Typ
|
static EPluginTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPluginTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPluginTypes GENERIC_ACTION
public static final EPluginTypes SERVLET_ACTION
public static final EPluginTypes PRINTSERVICE
public static final EPluginTypes PROCESSING
public static final EPluginTypes DATASOURCE
public static final EPluginTypes PROJECT_TEMPLATE
public static final EPluginTypes REPLACER_SYSTEM
public static final EPluginTypes REPLACER_FORM
public static final EPluginTypes REPLACER_TEMPLATE
public static final EPluginTypes REPLACER_SESSION
public static final EPluginTypes FORM_PRE_RENDER
public static final EPluginTypes FORM_PRE_PERSIST
public static final EPluginTypes FORM_PRE_PROCESS
public static final EPluginTypes FORM_PRE_RESPOND
public static final EPluginTypes VALIDATION_RULE
public static EPluginTypes[] values()
for (EPluginTypes c : EPluginTypes.values()) System.out.println(c);
public static EPluginTypes 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.