| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
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(), 
Serialized Form| Field Summary | |
|---|---|
| static int | ALLThe 'ALL' literal value. | 
| static PredicateQuantifiedType | ALL_LITERALThe 'ALL' literal object. | 
| static int | ANYThe 'ANY' literal value. | 
| static PredicateQuantifiedType | ANY_LITERALThe 'ANY' literal object. | 
| static int | SOMEThe 'SOME' literal value. | 
| static PredicateQuantifiedType | SOME_LITERALThe 'SOME' literal object. | 
| static java.util.List | VALUESA 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 org.eclipse.emf.common.util.AbstractEnumerator | 
|---|
| getLiteral, getName, getValue, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, 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...
SOMEpublic static final PredicateQuantifiedType ANY_LITERAL
If the meaning of 'ANY' literal object isn't clear, there really should be more of a description here...
ANYpublic static final PredicateQuantifiedType ALL_LITERAL
If the meaning of 'ALL' literal object isn't clear, there really should be more of a description here...
ALLpublic 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 | |||||||||