|
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.Objectjava.lang.Enum<AbstractContentAssistVisitor.AppendableType>
org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.AppendableType
protected static enum AbstractContentAssistVisitor.AppendableType
This is used to determine how AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor should perform the check.
| Enum Constant Summary | |
|---|---|
ARITHMETIC
Determines whether the arithmetic operators (+, -, *, /) can be appended as valid proposals. |
|
CLAUSE
Determines whether the JPQL identifiers identifying a clause (eg: WHERE)
can be appended as valid proposals. |
|
COMPARISON
Determines whether the comparison operators (<, <=, <>, >=, =) can be appended as valid proposals. |
|
COMPOUNDABLE
Determines whether the compound identifiers (eg: IS NULL) can be
appended as valid proposals. |
|
LOGICAL
Determines whether the logical identifiers ( AND and OR)
can be appended as valid proposals. |
|
SUBQUERY
Determines whether the JPQL identifiers identifying a subquery (eg: SELECT)
can be appended as valid proposals. |
|
| Method Summary | |
|---|---|
static AbstractContentAssistVisitor.AppendableType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AbstractContentAssistVisitor.AppendableType[] |
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 AbstractContentAssistVisitor.AppendableType ARITHMETIC
public static final AbstractContentAssistVisitor.AppendableType CLAUSE
WHERE)
can be appended as valid proposals.
public static final AbstractContentAssistVisitor.AppendableType COMPARISON
public static final AbstractContentAssistVisitor.AppendableType COMPOUNDABLE
IS NULL) can be
appended as valid proposals.
public static final AbstractContentAssistVisitor.AppendableType LOGICAL
AND and OR)
can be appended as valid proposals.
public static final AbstractContentAssistVisitor.AppendableType SUBQUERY
SELECT)
can be appended as valid proposals.
| Method Detail |
|---|
public static AbstractContentAssistVisitor.AppendableType[] values()
for (AbstractContentAssistVisitor.AppendableType c : AbstractContentAssistVisitor.AppendableType.values()) System.out.println(c);
public static AbstractContentAssistVisitor.AppendableType 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 | ||||||||