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

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

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

Fields in org.eclipse.datatools.modelbase.sql.query declared as ValueExpressionUnaryOperator
static ValueExpressionUnaryOperator ValueExpressionUnaryOperator.MINUS_LITERAL
          The 'MINUS' literal object.
static ValueExpressionUnaryOperator ValueExpressionUnaryOperator.NONE_LITERAL
          The 'NONE' literal object.
static ValueExpressionUnaryOperator ValueExpressionUnaryOperator.PLUS_LITERAL
          The 'PLUS' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionUnaryOperator
static ValueExpressionUnaryOperator ValueExpressionUnaryOperator.get(int value)
          Returns the 'Value Expression Unary Operator' literal with the specified integer value.
static ValueExpressionUnaryOperator ValueExpressionUnaryOperator.get(java.lang.String literal)
          Returns the 'Value Expression Unary Operator' literal with the specified literal value.
static ValueExpressionUnaryOperator ValueExpressionUnaryOperator.getByName(java.lang.String name)
          Returns the 'Value Expression Unary Operator' literal with the specified name.
 ValueExpressionUnaryOperator QueryValueExpression.getUnaryOperator()
          Returns the value of the 'Unary Operator' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ValueExpressionUnaryOperator
 void QueryValueExpression.setUnaryOperator(ValueExpressionUnaryOperator value)
          Sets the value of the 'Unary Operator' attribute.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ValueExpressionUnaryOperator
 ValueExpressionUnaryOperator SQLQueryModelFactoryImpl.createValueExpressionUnaryOperatorFromString(EDataType eDataType, java.lang.String initialValue)
           
 ValueExpressionUnaryOperator QueryValueExpressionImpl.getUnaryOperator()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type ValueExpressionUnaryOperator
 void QueryValueExpressionImpl.setUnaryOperator(ValueExpressionUnaryOperator newUnaryOperator)
           
 



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