org.plasma.query.model
Class AbstractProperty

java.lang.Object
  extended by org.plasma.query.model.AbstractProperty
Direct Known Subclasses:
Property, WildcardProperty

public abstract class AbstractProperty
extends Object

Java class for AbstractProperty complex type.


Field Summary
protected  Path path
           
 
Constructor Summary
AbstractProperty()
           
 
Method Summary
 void accept(QueryVisitor visitor)
           
 Path getPath()
          Gets the value of the path property.
 void setPath(Path value)
          Sets the value of the path property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected Path path
Constructor Detail

AbstractProperty

public AbstractProperty()
Method Detail

getPath

public Path getPath()
Gets the value of the path property.

Returns:
possible object is Path

setPath

public void setPath(Path value)
Sets the value of the path property.

Parameters:
value - allowed object is Path

accept

public void accept(QueryVisitor visitor)


Copyright © 2014. All rights reserved.