blob: 596afa8daf0270bd868462f70d77fab78bcbdc16 [file] [log] [blame]
/**
* Copyright (c) 2016 CEA LIST 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
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* CEA LIST - Initial API and implementation
*
*/
package org.eclipse.papyrus.interoperability.rpy.rpymetamodel;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Operations Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.OperationsType#getVirtual <em>Virtual</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getOperationsType()
* @model abstract="true"
* @generated
*/
public interface OperationsType extends EObject {
/**
* Returns the value of the '<em><b>Virtual</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Virtual</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Virtual</em>' attribute.
* @see #setVirtual(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getOperationsType_Virtual()
* @model
* @generated
*/
String getVirtual();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.OperationsType#getVirtual <em>Virtual</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Virtual</em>' attribute.
* @see #getVirtual()
* @generated
*/
void setVirtual(String value);
} // OperationsType