blob: 346319b7257f7bdbad94cf844344be4a044df082 [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.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>CGI Compartment</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.CGICompartment#getId <em>Id</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.CGICompartment#getM_name <em>Mname</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.CGICompartment#getM_displayOption <em>Mdisplay Option</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.CGICompartment#getM_bShowInherited <em>MbShow Inherited</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.CGICompartment#getM_bOrdered <em>MbOrdered</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.CGICompartment#getItems <em>Items</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getCGICompartment()
* @model
* @generated
*/
public interface CGICompartment extends CompartmentsType {
/**
* 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.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getCGICompartment_Id()
* @model
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.CGICompartment#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>Mname</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Mname</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Mname</em>' attribute.
* @see #setM_name(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getCGICompartment_M_name()
* @model
* @generated
*/
String getM_name();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.CGICompartment#getM_name <em>Mname</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Mname</em>' attribute.
* @see #getM_name()
* @generated
*/
void setM_name(String value);
/**
* Returns the value of the '<em><b>Mdisplay Option</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Mdisplay Option</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Mdisplay Option</em>' attribute.
* @see #setM_displayOption(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getCGICompartment_M_displayOption()
* @model
* @generated
*/
String getM_displayOption();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.CGICompartment#getM_displayOption <em>Mdisplay Option</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Mdisplay Option</em>' attribute.
* @see #getM_displayOption()
* @generated
*/
void setM_displayOption(String value);
/**
* Returns the value of the '<em><b>MbShow Inherited</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>MbShow Inherited</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>MbShow Inherited</em>' attribute.
* @see #setM_bShowInherited(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getCGICompartment_M_bShowInherited()
* @model
* @generated
*/
String getM_bShowInherited();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.CGICompartment#getM_bShowInherited <em>MbShow Inherited</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>MbShow Inherited</em>' attribute.
* @see #getM_bShowInherited()
* @generated
*/
void setM_bShowInherited(String value);
/**
* Returns the value of the '<em><b>MbOrdered</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>MbOrdered</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>MbOrdered</em>' attribute.
* @see #setM_bOrdered(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getCGICompartment_M_bOrdered()
* @model
* @generated
*/
String getM_bOrdered();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.CGICompartment#getM_bOrdered <em>MbOrdered</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>MbOrdered</em>' attribute.
* @see #getM_bOrdered()
* @generated
*/
void setM_bOrdered(String value);
/**
* Returns the value of the '<em><b>Items</b></em>' reference list.
* The list contents are of type {@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ItemsType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Items</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Items</em>' reference list.
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getCGICompartment_Items()
* @model
* @generated
*/
EList<ItemsType> getItems();
} // CGICompartment