/** * <copyright> * </copyright> * * $Id: SelectionDialogSample.java,v 1.1 2011/02/22 08:54:40 glefur Exp $ */ package org.eclipse.emf.eef.eefnr; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Selection Dialog Sample</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.emf.eef.eefnr.SelectionDialogSample#getSelectionDialogRequiredProperty <em>Selection Dialog Required Property</em>}</li> * <li>{@link org.eclipse.emf.eef.eefnr.SelectionDialogSample#getSelectionDialogOptionalProperty <em>Selection Dialog Optional Property</em>}</li> * <li>{@link org.eclipse.emf.eef.eefnr.SelectionDialogSample#getSelectionDialogROProperty <em>Selection Dialog RO Property</em>}</li> * </ul> * </p> * * @see org.eclipse.emf.eef.eefnr.EefnrPackage#getSelectionDialogSample() * @model * @generated */ public interface SelectionDialogSample extends AbstractSample { /** * Returns the value of the '<em><b>Selection Dialog Required Property</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Selection Dialog Required Property</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Selection Dialog Required Property</em>' attribute. * @see #setSelectionDialogRequiredProperty(String) * @see org.eclipse.emf.eef.eefnr.EefnrPackage#getSelectionDialogSample_SelectionDialogRequiredProperty() * @model required="true" * @generated */ String getSelectionDialogRequiredProperty(); /** * Sets the value of the '{@link org.eclipse.emf.eef.eefnr.SelectionDialogSample#getSelectionDialogRequiredProperty <em>Selection Dialog Required Property</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Selection Dialog Required Property</em>' attribute. * @see #getSelectionDialogRequiredProperty() * @generated */ void setSelectionDialogRequiredProperty(String value); /** * Returns the value of the '<em><b>Selection Dialog Optional Property</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Selection Dialog Optional Property</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Selection Dialog Optional Property</em>' attribute. * @see #setSelectionDialogOptionalProperty(String) * @see org.eclipse.emf.eef.eefnr.EefnrPackage#getSelectionDialogSample_SelectionDialogOptionalProperty() * @model * @generated */ String getSelectionDialogOptionalProperty(); /** * Sets the value of the '{@link org.eclipse.emf.eef.eefnr.SelectionDialogSample#getSelectionDialogOptionalProperty <em>Selection Dialog Optional Property</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Selection Dialog Optional Property</em>' attribute. * @see #getSelectionDialogOptionalProperty() * @generated */ void setSelectionDialogOptionalProperty(String value); /** * Returns the value of the '<em><b>Selection Dialog RO Property</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Selection Dialog RO Property</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Selection Dialog RO Property</em>' attribute. * @see #setSelectionDialogROProperty(String) * @see org.eclipse.emf.eef.eefnr.EefnrPackage#getSelectionDialogSample_SelectionDialogROProperty() * @model * @generated */ String getSelectionDialogROProperty(); /** * Sets the value of the '{@link org.eclipse.emf.eef.eefnr.SelectionDialogSample#getSelectionDialogROProperty <em>Selection Dialog RO Property</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Selection Dialog RO Property</em>' attribute. * @see #getSelectionDialogROProperty() * @generated */ void setSelectionDialogROProperty(String value); } // SelectionDialogSample