blob: 6ed4ee2ef4baad33c5b8a219279f958f5591942b [file] [log] [blame]
/**
*
* Copyright (c) 2009-2010 Thales Corporate Services S.A.S.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Thales Corporate Services S.A.S - initial API and implementation
*
*/
package org.eclipse.egf.portfolio.genchain.generationChain;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Emf Generation</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#isGenerateModel <em>Generate Model</em>}</li>
* <li>{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#isGenerateEdit <em>Generate Edit</em>}</li>
* <li>{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#isGenerateEditor <em>Generate Editor</em>}</li>
* <li>{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#isGenerateTest <em>Generate Test</em>}</li>
* <li>{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#isGenerateJavadoc <em>Generate Javadoc</em>}</li>
* <li>{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#getPluginName <em>Plugin Name</em>}</li>
* <li>{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#getBasePackage <em>Base Package</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.egf.portfolio.genchain.generationChain.GenerationChainPackage#getEmfGeneration()
* @model
* @generated
*/
public interface EmfGeneration extends EcoreElement, PluginProvider {
/**
* Returns the value of the '<em><b>Generate Model</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Generate Model</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Generate Model</em>' attribute.
* @see #setGenerateModel(boolean)
* @see org.eclipse.egf.portfolio.genchain.generationChain.GenerationChainPackage#getEmfGeneration_GenerateModel()
* @model
* @generated
*/
boolean isGenerateModel();
/**
* Sets the value of the '{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#isGenerateModel <em>Generate Model</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Generate Model</em>' attribute.
* @see #isGenerateModel()
* @generated
*/
void setGenerateModel(boolean value);
/**
* Returns the value of the '<em><b>Generate Edit</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Generate Edit</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Generate Edit</em>' attribute.
* @see #setGenerateEdit(boolean)
* @see org.eclipse.egf.portfolio.genchain.generationChain.GenerationChainPackage#getEmfGeneration_GenerateEdit()
* @model
* @generated
*/
boolean isGenerateEdit();
/**
* Sets the value of the '{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#isGenerateEdit <em>Generate Edit</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Generate Edit</em>' attribute.
* @see #isGenerateEdit()
* @generated
*/
void setGenerateEdit(boolean value);
/**
* Returns the value of the '<em><b>Generate Editor</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Generate Editor</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Generate Editor</em>' attribute.
* @see #setGenerateEditor(boolean)
* @see org.eclipse.egf.portfolio.genchain.generationChain.GenerationChainPackage#getEmfGeneration_GenerateEditor()
* @model
* @generated
*/
boolean isGenerateEditor();
/**
* Sets the value of the '{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#isGenerateEditor <em>Generate Editor</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Generate Editor</em>' attribute.
* @see #isGenerateEditor()
* @generated
*/
void setGenerateEditor(boolean value);
/**
* Returns the value of the '<em><b>Generate Test</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Generate Test</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Generate Test</em>' attribute.
* @see #setGenerateTest(boolean)
* @see org.eclipse.egf.portfolio.genchain.generationChain.GenerationChainPackage#getEmfGeneration_GenerateTest()
* @model default="false"
* @generated
*/
boolean isGenerateTest();
/**
* Sets the value of the '{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#isGenerateTest <em>Generate Test</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Generate Test</em>' attribute.
* @see #isGenerateTest()
* @generated
*/
void setGenerateTest(boolean value);
/**
* Returns the value of the '<em><b>Generate Javadoc</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Generate Javadoc</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Generate Javadoc</em>' attribute.
* @see #setGenerateJavadoc(boolean)
* @see org.eclipse.egf.portfolio.genchain.generationChain.GenerationChainPackage#getEmfGeneration_GenerateJavadoc()
* @model default="false"
* @generated
*/
boolean isGenerateJavadoc();
/**
* Sets the value of the '{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#isGenerateJavadoc <em>Generate Javadoc</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Generate Javadoc</em>' attribute.
* @see #isGenerateJavadoc()
* @generated
*/
void setGenerateJavadoc(boolean value);
/**
* Returns the value of the '<em><b>Plugin Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Plugin Name</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Plugin Name</em>' attribute.
* @see #setPluginName(String)
* @see org.eclipse.egf.portfolio.genchain.generationChain.GenerationChainPackage#getEmfGeneration_PluginName()
* @model required="true"
* @generated
*/
String getPluginName();
/**
* Sets the value of the '{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#getPluginName <em>Plugin Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Plugin Name</em>' attribute.
* @see #getPluginName()
* @generated
*/
void setPluginName(String value);
/**
* Returns the value of the '<em><b>Base Package</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Package</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Package</em>' attribute.
* @see #setBasePackage(String)
* @see org.eclipse.egf.portfolio.genchain.generationChain.GenerationChainPackage#getEmfGeneration_BasePackage()
* @model required="true"
* @generated
*/
String getBasePackage();
/**
* Sets the value of the '{@link org.eclipse.egf.portfolio.genchain.generationChain.EmfGeneration#getBasePackage <em>Base Package</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Package</em>' attribute.
* @see #getBasePackage()
* @generated
*/
void setBasePackage(String value);
} // EmfGeneration