blob: 7785f33f8670165db2caca3f7a93fe509371bf4c [file] [log] [blame]
/**
* Copyright (c) 2017 CEA LIST.
*
* 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
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Sébastien Gerard (CEA LIST) <sebastien.gerard@cea.fr> - Initial API and implementation
* Yupanqui Munoz Julho (CEA LIST) <yupanqui.munozjulho@cea.fr> - Initial API and implementation
*
*/
package org.eclipse.papyrus.requirements.sysml.papyrusre.requirementgenericcharacteristics;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.papyrus.requirements.sysml14.papyrusre.modellibrary.papyrusrestandardutils.requirementscharacteristicsconcerns.LifeCyclePhaseKind;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Life Cycle Phase Req Charac</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.requirements.sysml.papyrusre.requirementgenericcharacteristics.LifeCyclePhaseReqCharac#getLifeCyclePhase <em>Life Cycle Phase</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.requirements.sysml.papyrusre.requirementgenericcharacteristics.RequirementGenericCharacteristicsPackage#getLifeCyclePhaseReqCharac()
* @model
* @generated
*/
public interface LifeCyclePhaseReqCharac extends EObject {
/**
* Returns the value of the '<em><b>Life Cycle Phase</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.papyrus.requirements.sysml14.papyrusre.modellibrary.papyrusrestandardutils.requirementscharacteristicsconcerns.LifeCyclePhaseKind}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Life Cycle Phase</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Life Cycle Phase</em>' attribute.
* @see org.eclipse.papyrus.requirements.sysml14.papyrusre.modellibrary.papyrusrestandardutils.requirementscharacteristicsconcerns.LifeCyclePhaseKind
* @see #setLifeCyclePhase(LifeCyclePhaseKind)
* @see org.eclipse.papyrus.requirements.sysml.papyrusre.requirementgenericcharacteristics.RequirementGenericCharacteristicsPackage#getLifeCyclePhaseReqCharac_LifeCyclePhase()
* @model ordered="false"
* @generated
*/
LifeCyclePhaseKind getLifeCyclePhase();
/**
* Sets the value of the '{@link org.eclipse.papyrus.requirements.sysml.papyrusre.requirementgenericcharacteristics.LifeCyclePhaseReqCharac#getLifeCyclePhase <em>Life Cycle Phase</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Life Cycle Phase</em>' attribute.
* @see org.eclipse.papyrus.requirements.sysml14.papyrusre.modellibrary.papyrusrestandardutils.requirementscharacteristicsconcerns.LifeCyclePhaseKind
* @see #getLifeCyclePhase()
* @generated
*/
void setLifeCyclePhase(LifeCyclePhaseKind value);
} // LifeCyclePhaseReqCharac