|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
SQLXMLQueryModelFactory.createXMLPredicateExists()
Returns a new object of class 'XML Predicate Exists'. |
XMLPredicateExists |
XMLQueryArgumentList.getPredicateExists()
Returns the value of the 'Predicate Exists' container reference. |
XMLPredicateExists |
XMLQueryExpression.getPredicateExists()
Returns the value of the 'Predicate Exists' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLPredicateExists | |
---|---|
void |
XMLQueryArgumentList.setPredicateExists(XMLPredicateExists value)
Sets the value of the ' Predicate Exists ' container reference. |
void |
XMLQueryExpression.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 |
SQLXMLQueryModelFactoryImpl.createXMLPredicateExists()
|
XMLPredicateExists |
XMLQueryExpressionImpl.getPredicateExists()
|
XMLPredicateExists |
XMLQueryArgumentListImpl.getPredicateExists()
|
Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLPredicateExists | |
---|---|
NotificationChain |
XMLQueryExpressionImpl.basicSetPredicateExists(XMLPredicateExists newPredicateExists,
NotificationChain msgs)
|
NotificationChain |
XMLQueryArgumentListImpl.basicSetPredicateExists(XMLPredicateExists newPredicateExists,
NotificationChain msgs)
|
void |
XMLQueryExpressionImpl.setPredicateExists(XMLPredicateExists newPredicateExists)
|
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'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |