public class Variable extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
DataProperty |
getProperty()
Gets the value of the property property.
|
void |
setProperty(Property value)
Sets the value of the property property.
|
protected Property property
public Variable()
public Variable(Property property)
public DataProperty getProperty()
Propertypublic void setProperty(Property value)
value - allowed object is
Propertypublic void accept(QueryVisitor visitor)
Copyright © 2017. All rights reserved.