org.eclipse.gmt.umlx.alien.mapping
Class EcoreFeatureElement.EAttributeElement

java.lang.Object
  extended by org.eclipse.gmt.umlx.alien.mapping.AbstractFeatureElement<F>
      extended by org.eclipse.gmt.umlx.alien.mapping.EcoreFeatureElement<org.eclipse.emf.ecore.EAttribute>
          extended by org.eclipse.gmt.umlx.alien.mapping.EcoreFeatureElement.EAttributeElement
Enclosing class:
EcoreFeatureElement<F extends org.eclipse.emf.ecore.EStructuralFeature>

public static class EcoreFeatureElement.EAttributeElement
extends EcoreFeatureElement<org.eclipse.emf.ecore.EAttribute>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.gmt.umlx.alien.mapping.EcoreFeatureElement
EcoreFeatureElement.EAttributeElement, EcoreFeatureElement.EReferenceElement
 
Nested classes/interfaces inherited from class org.eclipse.gmt.umlx.alien.mapping.AbstractFeatureElement
AbstractFeatureElement.DiagnosticString
 
Field Summary
 
Fields inherited from class org.eclipse.gmt.umlx.alien.mapping.AbstractFeatureElement
eStructuralFeature
 
Constructor Summary
EcoreFeatureElement.EAttributeElement(org.eclipse.emf.ecore.EAttribute eAttribute)
           
 
Method Summary
 boolean isContainer()
           
 boolean isContainment()
           
 
Methods inherited from class org.eclipse.gmt.umlx.alien.mapping.EcoreFeatureElement
create, create, get, getEcoreFeature, getExtension, getExtensionFeature, set, setExtension
 
Methods inherited from class org.eclipse.gmt.umlx.alien.mapping.AbstractFeatureElement
formatName, getDefaultValue, getEStructuralFeature, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EcoreFeatureElement.EAttributeElement

public EcoreFeatureElement.EAttributeElement(org.eclipse.emf.ecore.EAttribute eAttribute)
Method Detail

isContainer

public boolean isContainer()
Specified by:
isContainer in class AbstractFeatureElement<org.eclipse.emf.ecore.EAttribute>

isContainment

public boolean isContainment()
Specified by:
isContainment in class AbstractFeatureElement<org.eclipse.emf.ecore.EAttribute>