org.plasma.query.model
Class GroupOperator

java.lang.Object
  extended by org.plasma.query.model.GroupOperator
All Implemented Interfaces:
Operator, Term

public class GroupOperator
extends Object
implements Operator


Field Summary
protected  GroupOperatorValues value
           
 
Constructor Summary
GroupOperator()
           
GroupOperator(GroupOperatorValues oper)
           
GroupOperator(String oper)
           
 
Method Summary
 void accept(QueryVisitor visitor)
           
 GroupOperatorValues getValue()
          Gets the value of the value property.
 void setValue(GroupOperatorValues value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected GroupOperatorValues value
Constructor Detail

GroupOperator

public GroupOperator()

GroupOperator

public GroupOperator(String oper)

GroupOperator

public GroupOperator(GroupOperatorValues oper)
Method Detail

getValue

public GroupOperatorValues getValue()
Gets the value of the value property.

Returns:
possible object is GroupOperatorValues

setValue

public void setValue(GroupOperatorValues value)
Sets the value of the value property.

Parameters:
value - allowed object is GroupOperatorValues

accept

public void accept(QueryVisitor visitor)


Copyright © 2014. All rights reserved.