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