public class Element extends java.lang.Object implements Element
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryArtifact |
artifact |
protected Element |
element |
protected java.util.List<Extension> |
elementToExtensionList |
protected java.util.List<Stereotype> |
elementToStereotypeList |
| Constructor and Description |
|---|
Element(Element element,
RepositoryArtifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryArtifact |
getArtifact() |
Element |
getDelegate() |
java.lang.String |
getHref() |
java.lang.String |
getXmiId() |
java.lang.String |
getXmiNamespace() |
protected Element element
protected RepositoryArtifact artifact
protected java.util.List<Extension> elementToExtensionList
protected java.util.List<Stereotype> elementToStereotypeList
public Element(Element element, RepositoryArtifact artifact)
public RepositoryArtifact getArtifact()
getArtifact in interface Elementpublic Element getDelegate()
getDelegate in interface Elementpublic java.lang.String getXmiNamespace()
getXmiNamespace in interface ElementCopyright © 2016. All Rights Reserved.