org.plasma.query.model
Class RelationalOperator

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

public class RelationalOperator
extends java.lang.Object
implements Operator


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

Field Detail

value

protected RelationalOperatorValues value
Constructor Detail

RelationalOperator

public RelationalOperator()

RelationalOperator

public RelationalOperator(java.lang.String content)

RelationalOperator

public RelationalOperator(RelationalOperatorValues content)
Method Detail

valueOf

public static RelationalOperator valueOf(java.lang.String value)

getValue

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

Returns:
possible object is RelationalOperatorValues

setValue

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

Parameters:
value - allowed object is RelationalOperatorValues

accept

public void accept(QueryVisitor visitor)


Copyright © 2013. All Rights Reserved.