org.plasma.query.model
Class Variable
java.lang.Object
org.plasma.query.model.Variable
public class Variable
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
property
protected Property property
Variable
public Variable()
Variable
public Variable(Property property)
getProperty
public DataProperty getProperty()
- Gets the value of the property property.
- Returns:
- possible object is
Property
setProperty
public void setProperty(Property value)
- Sets the value of the property property.
- Parameters:
value - allowed object is
Property
accept
public void accept(QueryVisitor visitor)
Copyright © 2014. All rights reserved.