org.modeldriven.fuml.repository.model
Class Element

java.lang.Object
  extended by org.modeldriven.fuml.repository.model.Element
All Implemented Interfaces:
Element
Direct Known Subclasses:
NamedElement

public class Element
extends Object
implements Element


Field Summary
protected  RepositoryArtifact artifact
           
protected  Element element
           
protected  List<Extension> elementToExtensionList
           
protected  List<Stereotype> elementToStereotypeList
           
 
Constructor Summary
Element(Element element, RepositoryArtifact artifact)
           
 
Method Summary
 RepositoryArtifact getArtifact()
           
 Element getDelegate()
           
 String getHref()
           
 String getXmiId()
           
 String getXmiNamespace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

protected Element element

artifact

protected RepositoryArtifact artifact

elementToExtensionList

protected List<Extension> elementToExtensionList

elementToStereotypeList

protected List<Stereotype> elementToStereotypeList
Constructor Detail

Element

public Element(Element element,
               RepositoryArtifact artifact)
Method Detail

getArtifact

public RepositoryArtifact getArtifact()
Specified by:
getArtifact in interface Element

getDelegate

public Element getDelegate()
Specified by:
getDelegate in interface Element

getXmiId

public String getXmiId()
Specified by:
getXmiId in interface Element

getXmiNamespace

public String getXmiNamespace()
Specified by:
getXmiNamespace in interface Element

getHref

public String getHref()
Specified by:
getHref in interface Element


Copyright © 2014. All rights reserved.