org.drools.guvnor.server
Enum StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS
java.lang.Object
java.lang.Enum<StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS>
org.drools.guvnor.server.StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS
- All Implemented Interfaces:
- Serializable, Comparable<StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS>
- Enclosing class:
- StandaloneEditorServlet
public static enum StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS
- extends Enum<StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS>
GE_PACKAGE_PARAMETER_NAME
public static final StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS GE_PACKAGE_PARAMETER_NAME
GE_CATEGORY_PARAMETER_NAME
public static final StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS GE_CATEGORY_PARAMETER_NAME
GE_BRL_PARAMETER_NAME
public static final StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS GE_BRL_PARAMETER_NAME
GE_ASSETS_UUIDS_PARAMETER_NAME
public static final StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS GE_ASSETS_UUIDS_PARAMETER_NAME
GE_CREATE_NEW_ASSET_PARAMETER_NAME
public static final StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS GE_CREATE_NEW_ASSET_PARAMETER_NAME
GE_ASSET_NAME_PARAMETER_NAME
public static final StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS GE_ASSET_NAME_PARAMETER_NAME
GE_ASSET_FORMAT_PARAMETER_NAME
public static final StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS GE_ASSET_FORMAT_PARAMETER_NAME
GE_HIDE_RULE_LHS_PARAMETER_NAME
public static final StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS GE_HIDE_RULE_LHS_PARAMETER_NAME
GE_HIDE_RULE_RHS_PARAMETER_NAME
public static final StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS GE_HIDE_RULE_RHS_PARAMETER_NAME
GE_HIDE_RULE_ATTRIBUTES_PARAMETER_NAME
public static final StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS GE_HIDE_RULE_ATTRIBUTES_PARAMETER_NAME
GE_VALID_FACT_TYPE_PARAMETER_NAME
public static final StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS GE_VALID_FACT_TYPE_PARAMETER_NAME
GE_CLIENT_NAME_PARAMETER_NAME
public static final StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS GE_CLIENT_NAME_PARAMETER_NAME
GE_ACTIVE_WORKING_SET_UUIDS_PARAMETER_NAME
public static final StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS GE_ACTIVE_WORKING_SET_UUIDS_PARAMETER_NAME
values
public static StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS c : StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StandaloneEditorServlet.STANDALONE_EDITOR_SERVLET_PARAMETERS valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getParameterName
public String getParameterName()
isMultipleValues
public boolean isMultipleValues()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.