org.plasma.query.model
Class Variable

java.lang.Object
  extended by org.plasma.query.model.Variable

public class Variable
extends Object


Field Summary
protected  Property property
           
 
Constructor Summary
Variable()
           
Variable(Property property)
           
 
Method Summary
 void accept(QueryVisitor visitor)
           
 DataProperty getProperty()
          Gets the value of the property property.
 void setProperty(Property value)
          Sets the value of the property property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

protected Property property
Constructor Detail

Variable

public Variable()

Variable

public Variable(Property property)
Method Detail

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 © 2013. All rights reserved.