|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PredicateQuantifiedType | |
---|---|
org.eclipse.datatools.modelbase.sql.query |
Uses of PredicateQuantifiedType in org.eclipse.datatools.modelbase.sql.query |
---|
Fields in org.eclipse.datatools.modelbase.sql.query declared as PredicateQuantifiedType | |
---|---|
static PredicateQuantifiedType |
PredicateQuantifiedType.ALL_LITERAL
The 'ALL' literal object. |
static PredicateQuantifiedType |
PredicateQuantifiedType.ANY_LITERAL
The 'ANY' literal object. |
static PredicateQuantifiedType |
PredicateQuantifiedType.SOME_LITERAL
The 'SOME' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.query that return PredicateQuantifiedType | |
---|---|
static PredicateQuantifiedType |
PredicateQuantifiedType.get(int value)
Returns the 'Predicate Quantified Type' literal with the specified integer value. |
static PredicateQuantifiedType |
PredicateQuantifiedType.get(java.lang.String literal)
Returns the 'Predicate Quantified Type' literal with the specified literal value. |
static PredicateQuantifiedType |
PredicateQuantifiedType.getByName(java.lang.String name)
Returns the 'Predicate Quantified Type' literal with the specified name. |
PredicateQuantifiedType |
PredicateQuantifiedRowSelect.getQuantifiedType()
Returns the value of the 'Quantified Type' attribute. |
PredicateQuantifiedType |
PredicateQuantifiedValueSelect.getQuantifiedType()
Returns the value of the 'Quantified Type' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type PredicateQuantifiedType | |
---|---|
void |
PredicateQuantifiedRowSelect.setQuantifiedType(PredicateQuantifiedType value)
Sets the value of the ' Quantified Type ' attribute. |
void |
PredicateQuantifiedValueSelect.setQuantifiedType(PredicateQuantifiedType value)
Sets the value of the ' Quantified Type ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |