public static enum ExpressionFactoryImpl.Profile extends Enum<ExpressionFactoryImpl.Profile>
javax.el.methodInvocations,
 javax.el.varArgs and javax.el.nullProperties properties.| Enum Constant and Description | 
|---|
| JEE5JEE5: none | 
| JEE6JEE6:  javax.el.methodInvocations,javax.el.varArgs. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public static final ExpressionFactoryImpl.Profile JEE5
public static final ExpressionFactoryImpl.Profile JEE6
javax.el.methodInvocations, javax.el.varArgs. This is the
 default profile.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 nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.