Uses of Interface
org.eclipse.datatools.modelbase.sql.xml.query.XMLPredicateExists

Packages that use XMLPredicateExists
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.impl   
org.eclipse.datatools.modelbase.sql.xml.query.util   
 

Uses of XMLPredicateExists in org.eclipse.datatools.modelbase.sql.xml.query
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLPredicateExists
 XMLPredicateExists XMLQueryExpression.getPredicateExists()
          Returns the value of the 'Predicate Exists' container reference.
 XMLPredicateExists XMLQueryArgumentList.getPredicateExists()
          Returns the value of the 'Predicate Exists' container reference.
 XMLPredicateExists SQLXMLQueryModelFactory.createXMLPredicateExists()
          Returns a new object of class 'XML Predicate Exists'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLPredicateExists
 void XMLQueryExpression.setPredicateExists(XMLPredicateExists value)
          Sets the value of the 'Predicate Exists' container reference.
 void XMLQueryArgumentList.setPredicateExists(XMLPredicateExists value)
          Sets the value of the 'Predicate Exists' container reference.
 

Uses of XMLPredicateExists in org.eclipse.datatools.modelbase.sql.xml.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement XMLPredicateExists
 class XMLPredicateExistsImpl
           An implementation of the model object 'XML Predicate Exists'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLPredicateExists
 XMLPredicateExists XMLQueryExpressionImpl.getPredicateExists()
           
 XMLPredicateExists XMLQueryArgumentListImpl.getPredicateExists()
           
 XMLPredicateExists SQLXMLQueryModelFactoryImpl.createXMLPredicateExists()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLPredicateExists
 NotificationChain XMLQueryExpressionImpl.basicSetPredicateExists(XMLPredicateExists newPredicateExists, NotificationChain msgs)
           
 void XMLQueryExpressionImpl.setPredicateExists(XMLPredicateExists newPredicateExists)
           
 NotificationChain XMLQueryArgumentListImpl.basicSetPredicateExists(XMLPredicateExists newPredicateExists, NotificationChain msgs)
           
 void XMLQueryArgumentListImpl.setPredicateExists(XMLPredicateExists newPredicateExists)
           
 

Uses of XMLPredicateExists in org.eclipse.datatools.modelbase.sql.xml.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type XMLPredicateExists
 java.lang.Object SQLXMLQueryModelSwitch.caseXMLPredicateExists(XMLPredicateExists object)
          Returns the result of interpretting the object as an instance of 'XML Predicate Exists'.
 



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