org.plasma.query.model
Class WildcardProperty

java.lang.Object
  extended by org.plasma.query.model.AbstractProperty
      extended by org.plasma.query.model.WildcardProperty
All Implemented Interfaces:
Term

public class WildcardProperty
extends AbstractProperty
implements Term


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

Field Detail

type

protected WildcardPropertyTypeValues type
Constructor Detail

WildcardProperty

public WildcardProperty()

WildcardProperty

public WildcardProperty(Path path)
Method Detail

getType

public WildcardPropertyTypeValues getType()
Gets the value of the type property.

Returns:
possible object is WildcardPropertyTypeValues

setType

public void setType(WildcardPropertyTypeValues value)
Sets the value of the type property.

Parameters:
value - allowed object is WildcardPropertyTypeValues

accept

public void accept(QueryVisitor visitor)
Overrides:
accept in class AbstractProperty


Copyright © 2013. All Rights Reserved.