|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.query.PredicateQuantifiedType
public final class PredicateQuantifiedType
A representation of the literals of the enumeration 'SQL Predicate Quantified Type', and utility methods for working with them.
SQLQueryModelPackage.getPredicateQuantifiedType()
Field Summary | |
---|---|
static int |
ALL
The 'ALL' literal value. |
static PredicateQuantifiedType |
ALL_LITERAL
The 'ALL' literal object. |
static int |
ANY
The 'ANY' literal value. |
static PredicateQuantifiedType |
ANY_LITERAL
The 'ANY' literal object. |
static int |
SOME
The 'SOME' literal value. |
static PredicateQuantifiedType |
SOME_LITERAL
The 'SOME' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Predicate Quantified Type' enumerators. |
Method Summary | |
---|---|
static PredicateQuantifiedType |
get(int value)
Returns the 'Predicate Quantified Type' literal with the specified integer value. |
static PredicateQuantifiedType |
get(java.lang.String literal)
Returns the 'Predicate Quantified Type' literal with the specified literal value. |
static PredicateQuantifiedType |
getByName(java.lang.String name)
Returns the 'Predicate Quantified Type' literal with the specified name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SOME
SOME_LITERAL
,
Constant Field Valuespublic static final int ANY
ANY_LITERAL
,
Constant Field Valuespublic static final int ALL
ALL_LITERAL
,
Constant Field Valuespublic static final PredicateQuantifiedType SOME_LITERAL
If the meaning of 'SOME' literal object isn't clear, there really should be more of a description here...
SOME
public static final PredicateQuantifiedType ANY_LITERAL
If the meaning of 'ANY' literal object isn't clear, there really should be more of a description here...
ANY
public static final PredicateQuantifiedType ALL_LITERAL
If the meaning of 'ALL' literal object isn't clear, there really should be more of a description here...
ALL
public static final java.util.List VALUES
Method Detail |
---|
public static PredicateQuantifiedType get(java.lang.String literal)
public static PredicateQuantifiedType getByName(java.lang.String name)
public static PredicateQuantifiedType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |