BusinessDomainDsl
Interface BusinessDomainModel

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BusinessDomainModelImpl

public interface BusinessDomainModel
extends ModelElement

A representation of the model object 'Business Domain Model'.

The following features are supported:

See Also:
BusinessDomainDslPackage.getBusinessDomainModel()

Method Summary
 org.eclipse.emf.common.util.EList<Association> getAssociations()
          Returns the value of the 'Associations' containment reference list.
 org.eclipse.emf.common.util.EList<Enumeration> getEnumerations()
          Returns the value of the 'Enumerations' containment reference list.
 org.eclipse.emf.common.util.EList<AbstractType> getTypes()
          Returns the value of the 'Types' containment reference list.
 
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

getEnumerations

org.eclipse.emf.common.util.EList<Enumeration> getEnumerations()
Returns the value of the 'Enumerations' containment reference list. The list contents are of type Enumeration. It is bidirectional and its opposite is 'Model'.

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

Returns:
the value of the 'Enumerations' containment reference list.
See Also:
BusinessDomainDslPackage.getBusinessDomainModel_Enumerations(), Enumeration.getModel()

getTypes

org.eclipse.emf.common.util.EList<AbstractType> getTypes()
Returns the value of the 'Types' containment reference list. The list contents are of type AbstractType. It is bidirectional and its opposite is 'Model'.

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

Returns:
the value of the 'Types' containment reference list.
See Also:
BusinessDomainDslPackage.getBusinessDomainModel_Types(), AbstractType.getModel()

getAssociations

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

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

Returns:
the value of the 'Associations' containment reference list.
See Also:
BusinessDomainDslPackage.getBusinessDomainModel_Associations(), Association.getModel()


Copyright © 2010 Mod4j. All Rights Reserved.