|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<FunctionExpressionFactory.ParameterCount> org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory.ParameterCount
public static enum FunctionExpressionFactory.ParameterCount
The number of parameters a FunctionExpression
can have.
Enum Constant Summary | |
---|---|
ONE
Only one parameter is allowed. |
|
ONE_OR_MANY
[1, n] are allowed. |
|
ZERO
No parameters are allowed. |
|
ZERO_OR_MANY
[0, n] are allowed. |
|
ZERO_OR_ONE
[0, 1] are allowed. |
Method Summary | |
---|---|
static FunctionExpressionFactory.ParameterCount |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FunctionExpressionFactory.ParameterCount[] |
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 FunctionExpressionFactory.ParameterCount ONE
public static final FunctionExpressionFactory.ParameterCount ONE_OR_MANY
public static final FunctionExpressionFactory.ParameterCount ZERO
public static final FunctionExpressionFactory.ParameterCount ZERO_OR_MANY
public static final FunctionExpressionFactory.ParameterCount ZERO_OR_ONE
Method Detail |
---|
public static FunctionExpressionFactory.ParameterCount[] values()
for (FunctionExpressionFactory.ParameterCount c : FunctionExpressionFactory.ParameterCount.values()) System.out.println(c);
public static FunctionExpressionFactory.ParameterCount valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |