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

BusinessDomainDsl.Enumeration Maven / Gradle / Ivy

The newest version!
/**
 * 
 * 
 *
 * $Id$
 */
package BusinessDomainDsl;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Enumeration'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link BusinessDomainDsl.Enumeration#getEnumerationLiterals Enumeration Literals}
  • *
  • {@link BusinessDomainDsl.Enumeration#getModel Model}
  • *
*

* * @see BusinessDomainDsl.BusinessDomainDslPackage#getEnumeration() * @model * @generated */ public interface Enumeration extends ModelElement { /** * Returns the value of the 'Enumeration Literals' containment reference list. * The list contents are of type {@link BusinessDomainDsl.EnumerationLiteral}. * It is bidirectional and its opposite is '{@link BusinessDomainDsl.EnumerationLiteral#getEnumeration Enumeration}'. * *

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

* * @return the value of the 'Enumeration Literals' containment reference list. * @see BusinessDomainDsl.BusinessDomainDslPackage#getEnumeration_EnumerationLiterals() * @see BusinessDomainDsl.EnumerationLiteral#getEnumeration * @model opposite="enumeration" containment="true" * @generated */ EList getEnumerationLiterals(); /** * Returns the value of the 'Model' container reference. * It is bidirectional and its opposite is '{@link BusinessDomainDsl.BusinessDomainModel#getEnumerations Enumerations}'. * *

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

* * @return the value of the 'Model' container reference. * @see #setModel(BusinessDomainModel) * @see BusinessDomainDsl.BusinessDomainDslPackage#getEnumeration_Model() * @see BusinessDomainDsl.BusinessDomainModel#getEnumerations * @model opposite="enumerations" transient="false" * @generated */ BusinessDomainModel getModel(); /** * Sets the value of the '{@link BusinessDomainDsl.Enumeration#getModel Model}' container reference. * * * @param value the new value of the 'Model' container reference. * @see #getModel() * @generated */ void setModel(BusinessDomainModel value); } // Enumeration




© 2015 - 2025 Weber Informatics LLC | Privacy Policy