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