org.eclipse.gmt.umlx.editor.property.domains
Class ChildEAttributesDomainProvider

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.property.domains.AbstractDomainProvider<T>
      extended by org.eclipse.gmt.umlx.editor.property.domains.ContextDomainProvider<org.eclipse.emf.ecore.EClass,org.eclipse.emf.ecore.EAttribute>
          extended by org.eclipse.gmt.umlx.editor.property.domains.ChildEAttributesDomainProvider
All Implemented Interfaces:
IDomainProvider<org.eclipse.emf.ecore.EAttribute>

public class ChildEAttributesDomainProvider
extends ContextDomainProvider<org.eclipse.emf.ecore.EClass,org.eclipse.emf.ecore.EAttribute>


Constructor Summary
ChildEAttributesDomainProvider(org.eclipse.emf.ecore.EClass context)
           
 
Method Summary
 java.util.Collection<org.eclipse.emf.ecore.EAttribute> getDomain()
          Return the elements that define the domain.
 
Methods inherited from class org.eclipse.gmt.umlx.editor.property.domains.ContextDomainProvider
getNullElement, getTitle
 
Methods inherited from class org.eclipse.gmt.umlx.editor.property.domains.AbstractDomainProvider
getElementsTitle, getImage, getLabel, getParentImage, getParentLabel, getParentsTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildEAttributesDomainProvider

public ChildEAttributesDomainProvider(org.eclipse.emf.ecore.EClass context)
Method Detail

getDomain

public java.util.Collection<org.eclipse.emf.ecore.EAttribute> getDomain()
Description copied from interface: IDomainProvider
Return the elements that define the domain.

Returns:
the domain elements