blob: d2633f17fd781aab9e25fe4cd34c5b6e41831dc4 [file] [log] [blame]
/**
*/
package org.eclipse.rmf.reqif10.pror.configuration;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Pror Presentation Configurations</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.rmf.reqif10.pror.configuration.ProrPresentationConfigurations#getPresentationConfigurations <em>Presentation Configurations</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.rmf.reqif10.pror.configuration.ConfigurationPackage#getProrPresentationConfigurations()
* @model
* @generated
*/
public interface ProrPresentationConfigurations extends EObject {
/**
* Returns the value of the '<em><b>Presentation Configurations</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.rmf.reqif10.pror.configuration.ProrPresentationConfiguration}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Presentation Configurations</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Presentation Configurations</em>' containment reference list.
* @see #isSetPresentationConfigurations()
* @see #unsetPresentationConfigurations()
* @see org.eclipse.rmf.reqif10.pror.configuration.ConfigurationPackage#getProrPresentationConfigurations_PresentationConfigurations()
* @model containment="true" unsettable="true"
* extendedMetaData="name='presentationConfigurations' kind='element' namespace='##targetNamespace'"
* annotation="http:///org/eclipse/sphinx/emf/serialization/XMLPersistenceMappingExtendedMetaData wrapperName='presentationConfigurations' featureWrapperElement='true' featureElement='false' classifierWrapperElement='false' classifierElement='true'"
* @generated
*/
EList<ProrPresentationConfiguration> getPresentationConfigurations();
/**
* Unsets the value of the '{@link org.eclipse.rmf.reqif10.pror.configuration.ProrPresentationConfigurations#getPresentationConfigurations <em>Presentation Configurations</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetPresentationConfigurations()
* @see #getPresentationConfigurations()
* @generated
*/
void unsetPresentationConfigurations();
/**
* Returns whether the value of the '{@link org.eclipse.rmf.reqif10.pror.configuration.ProrPresentationConfigurations#getPresentationConfigurations <em>Presentation Configurations</em>}' containment reference list is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Presentation Configurations</em>' containment reference list is set.
* @see #unsetPresentationConfigurations()
* @see #getPresentationConfigurations()
* @generated
*/
boolean isSetPresentationConfigurations();
} // ProrPresentationConfigurations