blob: 70d4526a7169e3651f46a3b6fdeaa8c62a3f72f2 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2019 Xored Software Inc and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.core.scenario;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Named Element</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.rcptt.core.scenario.NamedElement#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.rcptt.core.scenario.NamedElement#getVersion <em>Version</em>}</li>
* <li>{@link org.eclipse.rcptt.core.scenario.NamedElement#getId <em>Id</em>}</li>
* <li>{@link org.eclipse.rcptt.core.scenario.NamedElement#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.rcptt.core.scenario.NamedElement#getTags <em>Tags</em>}</li>
* <li>{@link org.eclipse.rcptt.core.scenario.NamedElement#getAttachments <em>Attachments</em>}</li>
* </ul>
*
* @see org.eclipse.rcptt.core.scenario.ScenarioPackage#getNamedElement()
* @model
* @generated
*/
public interface NamedElement extends EObject {
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>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>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.rcptt.core.scenario.ScenarioPackage#getNamedElement_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.eclipse.rcptt.core.scenario.NamedElement#getName <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the '<em><b>Version</b></em>' attribute.
* The default value is <code>"2.0"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Version</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Version</em>' attribute.
* @see #setVersion(String)
* @see org.eclipse.rcptt.core.scenario.ScenarioPackage#getNamedElement_Version()
* @model default="2.0"
* @generated
*/
String getVersion();
/**
* Sets the value of the '{@link org.eclipse.rcptt.core.scenario.NamedElement#getVersion <em>Version</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Version</em>' attribute.
* @see #getVersion()
* @generated
*/
void setVersion(String value);
/**
* Returns the value of the '<em><b>Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Id</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Id</em>' attribute.
* @see #setId(String)
* @see org.eclipse.rcptt.core.scenario.ScenarioPackage#getNamedElement_Id()
* @model
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.eclipse.rcptt.core.scenario.NamedElement#getId <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Id</em>' attribute.
* @see #getId()
* @generated
*/
void setId(String value);
/**
* Returns the value of the '<em><b>Description</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' attribute.
* @see #setDescription(String)
* @see org.eclipse.rcptt.core.scenario.ScenarioPackage#getNamedElement_Description()
* @model
* @generated
*/
String getDescription();
/**
* Sets the value of the '{@link org.eclipse.rcptt.core.scenario.NamedElement#getDescription <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' attribute.
* @see #getDescription()
* @generated
*/
void setDescription(String value);
/**
* Returns the value of the '<em><b>Tags</b></em>' attribute.
* The default value is <code>""</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Tags</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Tags</em>' attribute.
* @see #setTags(String)
* @see org.eclipse.rcptt.core.scenario.ScenarioPackage#getNamedElement_Tags()
* @model default=""
* @generated
*/
String getTags();
/**
* Sets the value of the '{@link org.eclipse.rcptt.core.scenario.NamedElement#getTags <em>Tags</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Tags</em>' attribute.
* @see #getTags()
* @generated
*/
void setTags(String value);
/**
* Returns the value of the '<em><b>Attachments</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.rcptt.core.scenario.Attachment}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Attachments</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Attachments</em>' containment reference list.
* @see org.eclipse.rcptt.core.scenario.ScenarioPackage#getNamedElement_Attachments()
* @model containment="true"
* @generated
*/
EList<Attachment> getAttachments();
} // NamedElement