BusinessDomainDsl
Interface AbstractBusinessRule

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BusinessRule, UniqueRule
All Known Implementing Classes:
AbstractBusinessRuleImpl, BusinessRuleImpl, UniqueRuleImpl

public interface AbstractBusinessRule
extends ModelElement

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

The following features are supported:

See Also:
BusinessDomainDslPackage.getAbstractBusinessRule()

Method Summary
 BusinessClass getBusinessClass()
          Returns the value of the 'Business Class' container reference.
 void setBusinessClass(BusinessClass value)
          Sets the value of the 'Business Class' container reference.
 
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

getBusinessClass

BusinessClass getBusinessClass()
Returns the value of the 'Business Class' container reference. It is bidirectional and its opposite is 'Business Rules'.

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

Returns:
the value of the 'Business Class' container reference.
See Also:
setBusinessClass(BusinessClass), BusinessDomainDslPackage.getAbstractBusinessRule_BusinessClass(), BusinessClass.getBusinessRules()

setBusinessClass

void setBusinessClass(BusinessClass value)
Sets the value of the 'Business Class' container reference.

Parameters:
value - the new value of the 'Business Class' container reference.
See Also:
getBusinessClass()


Copyright © 2010 Mod4j. All Rights Reserved.