org.contextmapper.dsl.contextMappingDSL.SculptorModule Maven / Gradle / Ivy
/**
* generated by Xtext 2.21.0
*/
package org.contextmapper.dsl.contextMappingDSL;
import org.contextmapper.tactic.dsl.tacticdsl.Consumer;
import org.contextmapper.tactic.dsl.tacticdsl.Resource;
import org.contextmapper.tactic.dsl.tacticdsl.Service;
import org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Sculptor Module'.
*
*
*
* The following features are supported:
*
*
* - {@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#getDoc Doc}
* - {@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#getName Name}
* - {@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#isExternal External}
* - {@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#getBasePackage Base Package}
* - {@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#getHint Hint}
* - {@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#getServices Services}
* - {@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#getResources Resources}
* - {@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#getConsumers Consumers}
* - {@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#getDomainObjects Domain Objects}
* - {@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#getAggregates Aggregates}
*
*
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getSculptorModule()
* @model
* @generated
*/
public interface SculptorModule extends EObject
{
/**
* Returns the value of the 'Doc' attribute.
*
*
* @return the value of the 'Doc' attribute.
* @see #setDoc(String)
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getSculptorModule_Doc()
* @model
* @generated
*/
String getDoc();
/**
* Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#getDoc Doc}' attribute.
*
*
* @param value the new value of the 'Doc' attribute.
* @see #getDoc()
* @generated
*/
void setDoc(String value);
/**
* Returns the value of the 'Name' attribute.
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getSculptorModule_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the 'External' attribute.
*
*
* @return the value of the 'External' attribute.
* @see #setExternal(boolean)
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getSculptorModule_External()
* @model
* @generated
*/
boolean isExternal();
/**
* Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#isExternal External}' attribute.
*
*
* @param value the new value of the 'External' attribute.
* @see #isExternal()
* @generated
*/
void setExternal(boolean value);
/**
* Returns the value of the 'Base Package' attribute.
*
*
* @return the value of the 'Base Package' attribute.
* @see #setBasePackage(String)
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getSculptorModule_BasePackage()
* @model
* @generated
*/
String getBasePackage();
/**
* Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#getBasePackage Base Package}' attribute.
*
*
* @param value the new value of the 'Base Package' attribute.
* @see #getBasePackage()
* @generated
*/
void setBasePackage(String value);
/**
* Returns the value of the 'Hint' attribute.
*
*
* @return the value of the 'Hint' attribute.
* @see #setHint(String)
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getSculptorModule_Hint()
* @model
* @generated
*/
String getHint();
/**
* Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.SculptorModule#getHint Hint}' attribute.
*
*
* @param value the new value of the 'Hint' attribute.
* @see #getHint()
* @generated
*/
void setHint(String value);
/**
* Returns the value of the 'Services' containment reference list.
* The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.Service}.
*
*
* @return the value of the 'Services' containment reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getSculptorModule_Services()
* @model containment="true"
* @generated
*/
EList getServices();
/**
* Returns the value of the 'Resources' containment reference list.
* The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.Resource}.
*
*
* @return the value of the 'Resources' containment reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getSculptorModule_Resources()
* @model containment="true"
* @generated
*/
EList getResources();
/**
* Returns the value of the 'Consumers' containment reference list.
* The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.Consumer}.
*
*
* @return the value of the 'Consumers' containment reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getSculptorModule_Consumers()
* @model containment="true"
* @generated
*/
EList getConsumers();
/**
* Returns the value of the 'Domain Objects' containment reference list.
* The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject}.
*
*
* @return the value of the 'Domain Objects' containment reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getSculptorModule_DomainObjects()
* @model containment="true"
* @generated
*/
EList getDomainObjects();
/**
* Returns the value of the 'Aggregates' containment reference list.
* The list contents are of type {@link org.contextmapper.dsl.contextMappingDSL.Aggregate}.
*
*
* @return the value of the 'Aggregates' containment reference list.
* @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getSculptorModule_Aggregates()
* @model containment="true"
* @generated
*/
EList getAggregates();
} // SculptorModule