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

org.contextmapper.dsl.contextMappingDSL.Domain Maven / Gradle / Ivy

/**
 * generated by Xtext 2.21.0
 */
package org.contextmapper.dsl.contextMappingDSL;

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

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

* The following features are supported: *

*
    *
  • {@link org.contextmapper.dsl.contextMappingDSL.Domain#getSubdomains Subdomains}
  • *
* * @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getDomain() * @model * @generated */ public interface Domain extends DomainPart { /** * Returns the value of the 'Subdomains' containment reference list. * The list contents are of type {@link org.contextmapper.dsl.contextMappingDSL.Subdomain}. * * * @return the value of the 'Subdomains' containment reference list. * @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getDomain_Subdomains() * @model containment="true" * @generated */ EList getSubdomains(); } // Domain




© 2015 - 2024 Weber Informatics LLC | Privacy Policy