public class WildcardProperty extends AbstractProperty implements Term
| Modifier and Type | Field and Description |
|---|---|
protected WildcardPropertyTypeValues |
type |
path, qualifiedName, uniqueId| Constructor and Description |
|---|
WildcardProperty() |
WildcardProperty(Path path) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
int |
compareTo(AbstractProperty o) |
String |
getQualifiedName() |
WildcardPropertyTypeValues |
getType()
Gets the value of the type property.
|
void |
setType(WildcardPropertyTypeValues value)
Sets the value of the type property.
|
getPath, getUniqueId, setPath, setUniqueIdprotected WildcardPropertyTypeValues type
public WildcardProperty()
public WildcardProperty(Path path)
public WildcardPropertyTypeValues getType()
WildcardPropertyTypeValuespublic void setType(WildcardPropertyTypeValues value)
value - allowed object is
WildcardPropertyTypeValuespublic void accept(QueryVisitor visitor)
accept in class AbstractPropertypublic int compareTo(AbstractProperty o)
compareTo in interface Comparable<AbstractProperty>public String getQualifiedName()
getQualifiedName in class AbstractPropertyCopyright © 2017. All rights reserved.