IFCPlugin@Deprecated public enum EPluginTypes extends Enum<EPluginTypes>
| Enum Constant and Description | 
|---|
DATASOURCE
Deprecated.  
  | 
FORM_ELEMENT_CATALOGUE
Deprecated.  
  | 
FORM_ELEMENT_WIDGET
Deprecated.  
  | 
FORM_PRE_PERSIST
Deprecated.  
  | 
FORM_PRE_PROCESS
Deprecated.  
  | 
FORM_PRE_RENDER
Deprecated.  
  | 
FORM_PRE_RESPOND
Deprecated.  
  | 
FORM_RESOURCE
Deprecated.  
  | 
GENERIC_ACTION
Deprecated.  
  | 
PORTAL
Deprecated.  
  | 
PRINTSERVICE
Deprecated.  
  | 
PROCESSING
Deprecated.  
  | 
PROJECT_TEMPLATE
Deprecated.  
  | 
REPLACER_FORM
Deprecated.  
  | 
REPLACER_SESSION
Deprecated.  
  | 
REPLACER_SYSTEM
Deprecated.  
  | 
REPLACER_TEMPLATE
Deprecated.  
  | 
SERVLET_ACTION
Deprecated.  
  | 
VALIDATION_RULE
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<? extends IFCPlugin> | 
getPluginInterface()
Deprecated.  
Getter für das Interfaze zu dem Plugin-Typ 
 | 
static EPluginTypes | 
valueOf(String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static EPluginTypes[] | 
values()
Deprecated.  
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 final EPluginTypes FORM_RESOURCE
public static final EPluginTypes FORM_ELEMENT_CATALOGUE
public static final EPluginTypes FORM_ELEMENT_WIDGET
public static final EPluginTypes PORTAL
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 © 2020 XIMA MEDIA GmbH. All rights reserved.