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

Packages that use GroupOperatorValues
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 GroupOperatorValues in org.plasma.query.model
 

Fields in org.plasma.query.model declared as GroupOperatorValues
protected  GroupOperatorValues GroupOperator.value
           
 

Methods in org.plasma.query.model that return GroupOperatorValues
static GroupOperatorValues GroupOperatorValues.fromValue(String v)
           
 GroupOperatorValues GroupOperator.getValue()
          Gets the value of the value property.
static GroupOperatorValues GroupOperatorValues.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GroupOperatorValues[] GroupOperatorValues.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 GroupOperatorValues
 void GroupOperator.setValue(GroupOperatorValues value)
          Sets the value of the value property.
 

Constructors in org.plasma.query.model with parameters of type GroupOperatorValues
GroupOperator(GroupOperatorValues oper)
           
 



Copyright © 2014. All rights reserved.