BusinessDomainDsl
Interface BusinessClass

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

public interface BusinessClass
extends AbstractBusinessClass

A representation of the model object 'Business Class'.

The following features are supported:

See Also:
BusinessDomainDslPackage.getBusinessClass()

Method Summary
 org.eclipse.emf.common.util.EList<Association> getAssociationsTo()
          Returns the value of the 'Associations To' reference list.
 org.eclipse.emf.common.util.EList<AbstractBusinessRule> getBusinessRules()
          Returns the value of the 'Business Rules' containment reference list.
 BusinessClass getSuperclass()
          Returns the value of the 'Superclass' reference.
 void setSuperclass(BusinessClass value)
          Sets the value of the 'Superclass' reference.
 
Methods inherited from interface BusinessDomainDsl.AbstractBusinessClass
getAssociationsFrom
 
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

getBusinessRules

org.eclipse.emf.common.util.EList<AbstractBusinessRule> getBusinessRules()
Returns the value of the 'Business Rules' containment reference list. The list contents are of type AbstractBusinessRule. It is bidirectional and its opposite is 'Business Class'.

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

Returns:
the value of the 'Business Rules' containment reference list.
See Also:
BusinessDomainDslPackage.getBusinessClass_BusinessRules(), AbstractBusinessRule.getBusinessClass()

getSuperclass

BusinessClass getSuperclass()
Returns the value of the 'Superclass' reference.

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

Returns:
the value of the 'Superclass' reference.
See Also:
setSuperclass(BusinessClass), BusinessDomainDslPackage.getBusinessClass_Superclass()

setSuperclass

void setSuperclass(BusinessClass value)
Sets the value of the 'Superclass' reference.

Parameters:
value - the new value of the 'Superclass' reference.
See Also:
getSuperclass()

getAssociationsTo

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

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

Returns:
the value of the 'Associations To' reference list.
See Also:
BusinessDomainDslPackage.getBusinessClass_AssociationsTo(), Association.getSource()


Copyright © 2010 Mod4j. All Rights Reserved.