|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.query.model.Variable
public class Variable
| 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 |
|---|
protected Property property
| Constructor Detail |
|---|
public Variable()
public Variable(Property property)
| Method Detail |
|---|
public DataProperty getProperty()
Propertypublic void setProperty(Property value)
value - allowed object is
Propertypublic void accept(QueryVisitor visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||