
BusinessDomainDsl.AbstractBusinessClass 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 'Abstract Business Class'.
*
*
*
* The following features are supported:
*
* - {@link BusinessDomainDsl.AbstractBusinessClass#getAssociationsFrom Associations From}
*
*
*
* @see BusinessDomainDsl.BusinessDomainDslPackage#getAbstractBusinessClass()
* @model
* @generated
*/
public interface AbstractBusinessClass extends AbstractType {
/**
* Returns the value of the 'Associations From' reference list.
* The list contents are of type {@link BusinessDomainDsl.Association}.
* It is bidirectional and its opposite is '{@link BusinessDomainDsl.Association#getTarget Target}'.
*
*
* If the meaning of the 'Associations From' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Associations From' reference list.
* @see BusinessDomainDsl.BusinessDomainDslPackage#getAbstractBusinessClass_AssociationsFrom()
* @see BusinessDomainDsl.Association#getTarget
* @model opposite="target"
* @generated
*/
EList getAssociationsFrom();
} // AbstractBusinessClass
© 2015 - 2025 Weber Informatics LLC | Privacy Policy