public abstract class AbstractProperty extends Object implements Comparable<AbstractProperty>
Java class for AbstractProperty complex type.
| Modifier and Type | Field and Description |
|---|---|
protected Path |
path |
protected String |
qualifiedName
A qualified name used for identity
|
protected String |
uniqueId
A unique id, such as a repository UUID as string or
xmi-id from UML source.
|
| Constructor and Description |
|---|
AbstractProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
Path |
getPath()
Gets the value of the path property.
|
abstract String |
getQualifiedName() |
String |
getUniqueId() |
void |
setPath(Path value)
Sets the value of the path property.
|
void |
setUniqueId(String uniqueId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareToprotected Path path
protected transient String qualifiedName
protected transient String uniqueId
public abstract String getQualifiedName()
public String getUniqueId()
public void setUniqueId(String uniqueId)
public void setPath(Path value)
value - allowed object is
Pathpublic void accept(QueryVisitor visitor)
Copyright © 2017. All rights reserved.