All Downloads are FREE. Search and download functionalities are using the official Maven repository.

BusinessDomainDsl.AbstractBusinessClass Maven / Gradle / Ivy

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