org.plasma.query.model
Class WildcardOperator

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

public class WildcardOperator
extends java.lang.Object
implements Operator


Field Summary
protected  WildcardOperatorValues value
           
 
Constructor Summary
WildcardOperator()
           
 
Method Summary
 void accept(QueryVisitor visitor)
           
 WildcardOperatorValues getValue()
          Gets the value of the value property.
 void setValue(WildcardOperatorValues 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 WildcardOperatorValues value
Constructor Detail

WildcardOperator

public WildcardOperator()
Method Detail

getValue

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

Returns:
possible object is WildcardOperatorValues

setValue

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

Parameters:
value - allowed object is WildcardOperatorValues

accept

public void accept(QueryVisitor visitor)


Copyright © 2013. All Rights Reserved.