blob: 8a2954639557d6747d1dae24de2a62e2e91fb1d3 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2013 Formal Mind GmbH and University of Dusseldorf.
* 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:
* Michael Jastram - initial API and implementation
******************************************************************************/
package org.eclipse.rmf.reqif10.pror.configuration;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.rmf.reqif10.Specification;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Pror Spec View Configuration</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.rmf.reqif10.pror.configuration.ProrSpecViewConfiguration#getSpecification <em>Specification</em>}</li>
* <li>{@link org.eclipse.rmf.reqif10.pror.configuration.ProrSpecViewConfiguration#getColumns <em>Columns</em>}</li>
* <li>{@link org.eclipse.rmf.reqif10.pror.configuration.ProrSpecViewConfiguration#getLeftHeaderColumn <em>Left Header Column</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.rmf.reqif10.pror.configuration.ConfigurationPackage#getProrSpecViewConfiguration()
* @model
* @generated
*/
public interface ProrSpecViewConfiguration extends EObject {
/**
* Returns the value of the '<em><b>Specification</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Specification</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Specification</em>' reference.
* @see #isSetSpecification()
* @see #unsetSpecification()
* @see #setSpecification(Specification)
* @see org.eclipse.rmf.reqif10.pror.configuration.ConfigurationPackage#getProrSpecViewConfiguration_Specification()
* @model unsettable="true" required="true"
* @generated
*/
Specification getSpecification();
/**
* Sets the value of the '{@link org.eclipse.rmf.reqif10.pror.configuration.ProrSpecViewConfiguration#getSpecification <em>Specification</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Specification</em>' reference.
* @see #isSetSpecification()
* @see #unsetSpecification()
* @see #getSpecification()
* @generated
*/
void setSpecification(Specification value);
/**
* Unsets the value of the '{@link org.eclipse.rmf.reqif10.pror.configuration.ProrSpecViewConfiguration#getSpecification <em>Specification</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetSpecification()
* @see #getSpecification()
* @see #setSpecification(Specification)
* @generated
*/
void unsetSpecification();
/**
* Returns whether the value of the '{@link org.eclipse.rmf.reqif10.pror.configuration.ProrSpecViewConfiguration#getSpecification <em>Specification</em>}' reference is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Specification</em>' reference is set.
* @see #unsetSpecification()
* @see #getSpecification()
* @see #setSpecification(Specification)
* @generated
*/
boolean isSetSpecification();
/**
* Returns the value of the '<em><b>Columns</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.rmf.reqif10.pror.configuration.Column}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Columns</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>Columns</em>' containment reference list.
* @see #isSetColumns()
* @see #unsetColumns()
* @see org.eclipse.rmf.reqif10.pror.configuration.ConfigurationPackage#getProrSpecViewConfiguration_Columns()
* @model containment="true" unsettable="true"
* extendedMetaData="name='columns' kind='element' namespace='##targetNamespace'"
* annotation="http:///org/eclipse/sphinx/emf/serialization/XMLPersistenceMappingExtendedMetaData wrapperName='columns' featureWrapperElement='true' featureElement='false' classifierWrapperElement='false' classifierElement='true'"
* @generated
*/
EList<Column> getColumns();
/**
* Unsets the value of the '{@link org.eclipse.rmf.reqif10.pror.configuration.ProrSpecViewConfiguration#getColumns <em>Columns</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetColumns()
* @see #getColumns()
* @generated
*/
void unsetColumns();
/**
* Returns whether the value of the '{@link org.eclipse.rmf.reqif10.pror.configuration.ProrSpecViewConfiguration#getColumns <em>Columns</em>}' containment reference list is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Columns</em>' containment reference list is set.
* @see #unsetColumns()
* @see #getColumns()
* @generated
*/
boolean isSetColumns();
/**
* Returns the value of the '<em><b>Left Header Column</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Left Header Column</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Left Header Column</em>' containment reference.
* @see #isSetLeftHeaderColumn()
* @see #unsetLeftHeaderColumn()
* @see #setLeftHeaderColumn(Column)
* @see org.eclipse.rmf.reqif10.pror.configuration.ConfigurationPackage#getProrSpecViewConfiguration_LeftHeaderColumn()
* @model containment="true" unsettable="true" required="true"
* extendedMetaData="name='leftHeaderColumn' kind='element' namespace='##targetNamespace'"
* annotation="http:///org/eclipse/sphinx/emf/serialization/XMLPersistenceMappingExtendedMetaData wrapperName='leftHeaderColumn' featureWrapperElement='true' featureElement='false' classifierWrapperElement='false' classifierElement='true'"
* @generated
*/
Column getLeftHeaderColumn();
/**
* Sets the value of the '{@link org.eclipse.rmf.reqif10.pror.configuration.ProrSpecViewConfiguration#getLeftHeaderColumn <em>Left Header Column</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Left Header Column</em>' containment reference.
* @see #isSetLeftHeaderColumn()
* @see #unsetLeftHeaderColumn()
* @see #getLeftHeaderColumn()
* @generated
*/
void setLeftHeaderColumn(Column value);
/**
* Unsets the value of the '{@link org.eclipse.rmf.reqif10.pror.configuration.ProrSpecViewConfiguration#getLeftHeaderColumn <em>Left Header Column</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetLeftHeaderColumn()
* @see #getLeftHeaderColumn()
* @see #setLeftHeaderColumn(Column)
* @generated
*/
void unsetLeftHeaderColumn();
/**
* Returns whether the value of the '{@link org.eclipse.rmf.reqif10.pror.configuration.ProrSpecViewConfiguration#getLeftHeaderColumn <em>Left Header Column</em>}' containment reference is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Left Header Column</em>' containment reference is set.
* @see #unsetLeftHeaderColumn()
* @see #getLeftHeaderColumn()
* @see #setLeftHeaderColumn(Column)
* @generated
*/
boolean isSetLeftHeaderColumn();
} // ProrSpecViewConfiguration