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

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

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

Fields in org.eclipse.datatools.modelbase.sql.query declared as PredicateComparisonOperator
static PredicateComparisonOperator PredicateComparisonOperator.EQUAL_LITERAL
          The 'EQUAL' literal object.
static PredicateComparisonOperator PredicateComparisonOperator.GREATER_THAN_LITERAL
          The 'GREATER THAN' literal object.
static PredicateComparisonOperator PredicateComparisonOperator.GREATER_THAN_OR_EQUAL_LITERAL
          The 'GREATER THAN OR EQUAL' literal object.
static PredicateComparisonOperator PredicateComparisonOperator.LESS_THAN_LITERAL
          The 'LESS THAN' literal object.
static PredicateComparisonOperator PredicateComparisonOperator.LESS_THAN_OR_EQUAL_LITERAL
          The 'LESS THAN OR EQUAL' literal object.
static PredicateComparisonOperator PredicateComparisonOperator.NOT_EQUAL_LITERAL
          The 'NOT EQUAL' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.query that return PredicateComparisonOperator
static PredicateComparisonOperator PredicateComparisonOperator.get(int value)
          Returns the 'Predicate Comparison Operator' literal with the specified integer value.
static PredicateComparisonOperator PredicateComparisonOperator.get(java.lang.String literal)
          Returns the 'Predicate Comparison Operator' literal with the specified literal value.
static PredicateComparisonOperator PredicateComparisonOperator.getByName(java.lang.String name)
          Returns the 'Predicate Comparison Operator' literal with the specified name.
 PredicateComparisonOperator PredicateBasic.getComparisonOperator()
          Returns the value of the 'Comparison Operator' attribute.
 PredicateComparisonOperator PredicateQuantifiedValueSelect.getComparisonOperator()
          Returns the value of the 'Comparison Operator' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type PredicateComparisonOperator
 void PredicateBasic.setComparisonOperator(PredicateComparisonOperator value)
          Sets the value of the 'Comparison Operator' attribute.
 void PredicateQuantifiedValueSelect.setComparisonOperator(PredicateComparisonOperator value)
          Sets the value of the 'Comparison Operator' attribute.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return PredicateComparisonOperator
 PredicateComparisonOperator SQLQueryModelFactoryImpl.createPredicateComparisonOperatorFromString(EDataType eDataType, java.lang.String initialValue)
           
 PredicateComparisonOperator PredicateQuantifiedValueSelectImpl.getComparisonOperator()
           
 PredicateComparisonOperator PredicateBasicImpl.getComparisonOperator()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type PredicateComparisonOperator
 void PredicateQuantifiedValueSelectImpl.setComparisonOperator(PredicateComparisonOperator newComparisonOperator)
           
 void PredicateBasicImpl.setComparisonOperator(PredicateComparisonOperator newComparisonOperator)
           
 



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