blob: 0fa7b6cbdc03492c9480305ff7c6e425ec105f84 [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 a; http://www.eclipse.org/legal/epl-v10.html Contributors: - Initial API and implementation Yupanqui Munoz Julho (CEA LIST) - Initial API and implementation
*/
package org.eclipse.papyrus.requirements.sysml.papyrusre.papyrusre.RequirementKind;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.PrimitiveType;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Constraint Kind</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.requirements.sysml.papyrusre.papyrusre.RequirementKind.ConstraintKind#getBase_PrimitiveType <em>Base Primitive Type</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.requirements.sysml.papyrusre.papyrusre.RequirementKind.RequirementKindPackage#getConstraintKind()
* @model
* @generated
*/
public interface ConstraintKind extends EObject {
/**
* Returns the value of the '<em><b>Base Primitive Type</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Primitive Type</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Primitive Type</em>' reference.
* @see #setBase_PrimitiveType(PrimitiveType)
* @see org.eclipse.papyrus.requirements.sysml.papyrusre.papyrusre.RequirementKind.RequirementKindPackage#getConstraintKind_Base_PrimitiveType()
* @model ordered="false"
* @generated
*/
PrimitiveType getBase_PrimitiveType();
/**
* Sets the value of the '{@link org.eclipse.papyrus.requirements.sysml.papyrusre.papyrusre.RequirementKind.ConstraintKind#getBase_PrimitiveType <em>Base Primitive Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Primitive Type</em>' reference.
* @see #getBase_PrimitiveType()
* @generated
*/
void setBase_PrimitiveType(PrimitiveType value);
} // ConstraintKind