BusinessDomainDsl
Interface AbstractBusinessClass

All Superinterfaces:
AbstractType, org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BusinessClass, BusinessClassReference
All Known Implementing Classes:
AbstractBusinessClassImpl, BusinessClassImpl, BusinessClassReferenceImpl

public interface AbstractBusinessClass
extends AbstractType

A representation of the model object 'Abstract Business Class'.

The following features are supported:

See Also:
BusinessDomainDslPackage.getAbstractBusinessClass()

Method Summary
 org.eclipse.emf.common.util.EList<Association> getAssociationsFrom()
          Returns the value of the 'Associations From' reference list.
 
Methods inherited from interface BusinessDomainDsl.AbstractType
getModel, getProperties, setModel
 
Methods inherited from interface BusinessDomainDsl.ModelElement
getDescription, getName, setDescription, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAssociationsFrom

org.eclipse.emf.common.util.EList<Association> getAssociationsFrom()
Returns the value of the 'Associations From' reference list. The list contents are of type Association. It is bidirectional and its opposite is 'Target'.

If the meaning of the 'Associations From' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Associations From' reference list.
See Also:
BusinessDomainDslPackage.getAbstractBusinessClass_AssociationsFrom(), Association.getTarget()


Copyright © 2010 Mod4j. All Rights Reserved.