
BusinessDomainDsl.BusinessClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mod4j-businessdomain-mm Show documentation
Show all versions of mod4j-businessdomain-mm Show documentation
This Eclipse plug-in project contains the BusinessDomain meta model.
The newest version!
/**
*
*
*
* $Id$
*/
package BusinessDomainDsl;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Business Class'.
*
*
*
* The following features are supported:
*
* - {@link BusinessDomainDsl.BusinessClass#getBusinessRules Business Rules}
* - {@link BusinessDomainDsl.BusinessClass#getSuperclass Superclass}
* - {@link BusinessDomainDsl.BusinessClass#getAssociationsTo Associations To}
*
*
*
* @see BusinessDomainDsl.BusinessDomainDslPackage#getBusinessClass()
* @model
* @generated
*/
public interface BusinessClass extends AbstractBusinessClass {
/**
* Returns the value of the 'Business Rules' containment reference list.
* The list contents are of type {@link BusinessDomainDsl.AbstractBusinessRule}.
* It is bidirectional and its opposite is '{@link BusinessDomainDsl.AbstractBusinessRule#getBusinessClass Business Class}'.
*
*
* If the meaning of the 'Business Rules' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Business Rules' containment reference list.
* @see BusinessDomainDsl.BusinessDomainDslPackage#getBusinessClass_BusinessRules()
* @see BusinessDomainDsl.AbstractBusinessRule#getBusinessClass
* @model opposite="businessClass" containment="true"
* @generated
*/
EList getBusinessRules();
/**
* 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...
*
*
* @return the value of the 'Superclass' reference.
* @see #setSuperclass(BusinessClass)
* @see BusinessDomainDsl.BusinessDomainDslPackage#getBusinessClass_Superclass()
* @model
* @generated
*/
BusinessClass getSuperclass();
/**
* Sets the value of the '{@link BusinessDomainDsl.BusinessClass#getSuperclass Superclass}' reference.
*
*
* @param value the new value of the 'Superclass' reference.
* @see #getSuperclass()
* @generated
*/
void setSuperclass(BusinessClass value);
/**
* Returns the value of the 'Associations To' reference list.
* The list contents are of type {@link BusinessDomainDsl.Association}.
* It is bidirectional and its opposite is '{@link BusinessDomainDsl.Association#getSource Source}'.
*
*
* If the meaning of the 'Associations To' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Associations To' reference list.
* @see BusinessDomainDsl.BusinessDomainDslPackage#getBusinessClass_AssociationsTo()
* @see BusinessDomainDsl.Association#getSource
* @model opposite="source"
* @generated
*/
EList getAssociationsTo();
} // BusinessClass
© 2015 - 2025 Weber Informatics LLC | Privacy Policy