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 |
typeUniqueId
A type unique id, such as a repository UUID as string or xmi-id from UML
source.
|
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 |
getTypeUniqueId() |
String |
getUniqueId() |
void |
setPath(Path value)
Sets the value of the path property.
|
void |
setTypeUniqueId(String uniqueId) |
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
protected transient String typeUniqueId
public abstract String getQualifiedName()
public String getUniqueId()
public void setUniqueId(String uniqueId)
public String getTypeUniqueId()
public void setTypeUniqueId(String uniqueId)
public void setPath(Path value)
value - allowed object is Pathpublic void accept(QueryVisitor visitor)
Copyright © 2021. All rights reserved.