|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ExpressionFactoryImpl.Profile>
org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl.Profile
public static enum ExpressionFactoryImpl.Profile
A profile provides a default set of language features that will define the builder's
behavior. A profile can be adjusted using the javax.el.methodInvocations
,
javax.el.varArgs
and javax.el.nullProperties
properties.
Enum Constant Summary | |
---|---|
JEE5
JEE5: none |
|
JEE6
JEE6: javax.el.methodInvocations , javax.el.varArgs . |
Method Summary | |
---|---|
static ExpressionFactoryImpl.Profile |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExpressionFactoryImpl.Profile[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ExpressionFactoryImpl.Profile JEE5
public static final ExpressionFactoryImpl.Profile JEE6
javax.el.methodInvocations
, javax.el.varArgs
. This is the
default profile.
Method Detail |
---|
public static ExpressionFactoryImpl.Profile[] values()
for (ExpressionFactoryImpl.Profile c : ExpressionFactoryImpl.Profile.values()) System.out.println(c);
public static ExpressionFactoryImpl.Profile valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |