Uses of Class
org.plasma.query.model.LogicalOperatorValues

Packages that use LogicalOperatorValues
org.plasma.query.model PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
 

Uses of LogicalOperatorValues in org.plasma.query.model
 

Fields in org.plasma.query.model declared as LogicalOperatorValues
protected  LogicalOperatorValues LogicalOperator.value
           
 

Methods in org.plasma.query.model that return LogicalOperatorValues
static LogicalOperatorValues LogicalOperatorValues.fromValue(java.lang.String v)
           
 LogicalOperatorValues LogicalOperator.getValue()
          Gets the value of the value property.
static LogicalOperatorValues LogicalOperatorValues.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogicalOperatorValues[] LogicalOperatorValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.plasma.query.model with parameters of type LogicalOperatorValues
 void LogicalOperator.setValue(LogicalOperatorValues value)
          Sets the value of the value property.
 

Constructors in org.plasma.query.model with parameters of type LogicalOperatorValues
Expression(LogicalOperatorValues oper)
           
LogicalOperator(LogicalOperatorValues content)
           
 



Copyright © 2013. All Rights Reserved.