blob: 74befd7a7823f8d6bcd5488f6a060ad8dff4dd4f [file] [log] [blame]
/**
* Copyright (c) 2013 CEA LIST
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License 2.0 which
* accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* CEA LIST - Initial API and implementation
*
*/
package org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.EnumerationLiteral;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Cpp Init</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.CppInit#getValue <em>Value</em>}</li>
* <li>{@link org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.CppInit#getBase_enumerationliteral <em>Base enumerationliteral</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.C_CppPackage#getCppInit()
* @model
* @generated
*/
public interface CppInit extends EObject {
/**
* Returns the value of the '<em><b>Value</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Value</em>' attribute.
* @see #setValue(int)
* @see org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.C_CppPackage#getCppInit_Value()
* @model unique="false" dataType="org.eclipse.uml2.types.Integer" required="true" ordered="false"
* @generated
*/
int getValue();
/**
* Sets the value of the '{@link org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.CppInit#getValue <em>Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Value</em>' attribute.
* @see #getValue()
* @generated
*/
void setValue(int value);
/**
* Returns the value of the '<em><b>Base enumerationliteral</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base enumerationliteral</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 enumerationliteral</em>' reference.
* @see #setBase_enumerationliteral(EnumerationLiteral)
* @see org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.C_CppPackage#getCppInit_Base_enumerationliteral()
* @model required="true" ordered="false"
* @generated
*/
EnumerationLiteral getBase_enumerationliteral();
/**
* Sets the value of the '{@link org.eclipse.papyrus.designer.languages.cpp.profile.C_Cpp.CppInit#getBase_enumerationliteral <em>Base enumerationliteral</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base enumerationliteral</em>' reference.
* @see #getBase_enumerationliteral()
* @generated
*/
void setBase_enumerationliteral(EnumerationLiteral value);
} // CppInit