blob: 6c53708f14c82789e87c5aa2082aa1539bfc69e0 [file] [log] [blame]
/**
*/
package org.eclipse.rmf.reqif10.pror.configuration;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.rmf.reqif10.DatatypeDefinition;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Pror Presentation Configuration</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.rmf.reqif10.pror.configuration.ProrPresentationConfiguration#getDatatype <em>Datatype</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.rmf.reqif10.pror.configuration.ConfigurationPackage#getProrPresentationConfiguration()
* @model abstract="true"
* @generated
*/
public interface ProrPresentationConfiguration extends EObject {
/**
* Returns the value of the '<em><b>Datatype</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Datatype</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Datatype</em>' reference.
* @see #isSetDatatype()
* @see #unsetDatatype()
* @see #setDatatype(DatatypeDefinition)
* @see org.eclipse.rmf.reqif10.pror.configuration.ConfigurationPackage#getProrPresentationConfiguration_Datatype()
* @model unsettable="true" required="true"
* @generated
*/
DatatypeDefinition getDatatype();
/**
* Sets the value of the '{@link org.eclipse.rmf.reqif10.pror.configuration.ProrPresentationConfiguration#getDatatype <em>Datatype</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Datatype</em>' reference.
* @see #isSetDatatype()
* @see #unsetDatatype()
* @see #getDatatype()
* @generated
*/
void setDatatype(DatatypeDefinition value);
/**
* Unsets the value of the '{@link org.eclipse.rmf.reqif10.pror.configuration.ProrPresentationConfiguration#getDatatype <em>Datatype</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetDatatype()
* @see #getDatatype()
* @see #setDatatype(DatatypeDefinition)
* @generated
*/
void unsetDatatype();
/**
* Returns whether the value of the '{@link org.eclipse.rmf.reqif10.pror.configuration.ProrPresentationConfiguration#getDatatype <em>Datatype</em>}' reference is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Datatype</em>' reference is set.
* @see #unsetDatatype()
* @see #getDatatype()
* @see #setDatatype(DatatypeDefinition)
* @generated
*/
boolean isSetDatatype();
} // ProrPresentationConfiguration