Uses of Class
org.eclipse.datatools.modelbase.sql.query.PredicateQuantifiedType

Packages that use PredicateQuantifiedType
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.impl   
 

Uses of PredicateQuantifiedType in org.eclipse.datatools.modelbase.sql.query
 

Fields in org.eclipse.datatools.modelbase.sql.query declared as PredicateQuantifiedType
static PredicateQuantifiedType PredicateQuantifiedType.SOME_LITERAL
          The 'SOME' literal object.
static PredicateQuantifiedType PredicateQuantifiedType.ANY_LITERAL
          The 'ANY' literal object.
static PredicateQuantifiedType PredicateQuantifiedType.ALL_LITERAL
          The 'ALL' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.query that return PredicateQuantifiedType
 PredicateQuantifiedType PredicateQuantifiedValueSelect.getQuantifiedType()
          Returns the value of the 'Quantified Type' attribute.
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.
static PredicateQuantifiedType PredicateQuantifiedType.get(int value)
          Returns the 'Predicate Quantified Type' literal with the specified integer value.
 PredicateQuantifiedType PredicateQuantifiedRowSelect.getQuantifiedType()
          Returns the value of the 'Quantified Type' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type PredicateQuantifiedType
 void PredicateQuantifiedValueSelect.setQuantifiedType(PredicateQuantifiedType value)
          Sets the value of the 'Quantified Type' attribute.
 void PredicateQuantifiedRowSelect.setQuantifiedType(PredicateQuantifiedType value)
          Sets the value of the 'Quantified Type' attribute.
 

Uses of PredicateQuantifiedType in org.eclipse.datatools.modelbase.sql.query.impl
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return PredicateQuantifiedType
 PredicateQuantifiedType SQLQueryModelFactoryImpl.createPredicateQuantifiedTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 PredicateQuantifiedType PredicateQuantifiedValueSelectImpl.getQuantifiedType()
           
 PredicateQuantifiedType PredicateQuantifiedRowSelectImpl.getQuantifiedType()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type PredicateQuantifiedType
 void PredicateQuantifiedValueSelectImpl.setQuantifiedType(PredicateQuantifiedType newQuantifiedType)
           
 void PredicateQuantifiedRowSelectImpl.setQuantifiedType(PredicateQuantifiedType newQuantifiedType)
           
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.