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

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

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

import org.eclipse.emf.ecore.EObject;

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

* The following features are supported: *

*
    *
  • {@link org.contextmapper.dsl.contextMappingDSL.Import#getImportURI Import URI}
  • *
* * @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getImport() * @model * @generated */ public interface Import extends EObject { /** * Returns the value of the 'Import URI' attribute. * * * @return the value of the 'Import URI' attribute. * @see #setImportURI(String) * @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getImport_ImportURI() * @model * @generated */ String getImportURI(); /** * Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.Import#getImportURI Import URI}' attribute. * * * @param value the new value of the 'Import URI' attribute. * @see #getImportURI() * @generated */ void setImportURI(String value); } // Import




© 2015 - 2024 Weber Informatics LLC | Privacy Policy