org.plasma.query.model
Class GroupOperator
java.lang.Object
org.plasma.query.model.GroupOperator
- All Implemented Interfaces:
- Operator, Term
public class GroupOperator
- extends Object
- implements Operator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected GroupOperatorValues value
GroupOperator
public GroupOperator()
GroupOperator
public GroupOperator(String oper)
GroupOperator
public GroupOperator(GroupOperatorValues oper)
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 © 2013. All rights reserved.