/** * <copyright> * </copyright> * * $Id: TextSampleWithTwoTabs.java,v 1.1 2010/02/11 17:25:45 nlepine Exp $ */ package org.eclipse.emf.eef.eefnr; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Text Sample With Two Tabs</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.emf.eef.eefnr.TextSampleWithTwoTabs#getTextRequiredPropertyInFirstTab <em>Text Required Property In First Tab</em>}</li> * <li>{@link org.eclipse.emf.eef.eefnr.TextSampleWithTwoTabs#getTextOptionalPropertyInFirstTab <em>Text Optional Property In First Tab</em>}</li> * <li>{@link org.eclipse.emf.eef.eefnr.TextSampleWithTwoTabs#getTextRequiredPropertyInSecondTab <em>Text Required Property In Second Tab</em>}</li> * <li>{@link org.eclipse.emf.eef.eefnr.TextSampleWithTwoTabs#getTextOptionalPropertyInSecondTab <em>Text Optional Property In Second Tab</em>}</li> * </ul> * </p> * * @see org.eclipse.emf.eef.eefnr.EefnrPackage#getTextSampleWithTwoTabs() * @model * @generated */ public interface TextSampleWithTwoTabs extends AbstractSample { /** * Returns the value of the '<em><b>Text Required Property In First Tab</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Text Required Property In First Tab</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Text Required Property In First Tab</em>' attribute. * @see #setTextRequiredPropertyInFirstTab(String) * @see org.eclipse.emf.eef.eefnr.EefnrPackage#getTextSampleWithTwoTabs_TextRequiredPropertyInFirstTab() * @model required="true" * @generated */ String getTextRequiredPropertyInFirstTab(); /** * Sets the value of the '{@link org.eclipse.emf.eef.eefnr.TextSampleWithTwoTabs#getTextRequiredPropertyInFirstTab <em>Text Required Property In First Tab</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Text Required Property In First Tab</em>' attribute. * @see #getTextRequiredPropertyInFirstTab() * @generated */ void setTextRequiredPropertyInFirstTab(String value); /** * Returns the value of the '<em><b>Text Optional Property In First Tab</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Text Optional Property In First Tab</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Text Optional Property In First Tab</em>' attribute. * @see #setTextOptionalPropertyInFirstTab(String) * @see org.eclipse.emf.eef.eefnr.EefnrPackage#getTextSampleWithTwoTabs_TextOptionalPropertyInFirstTab() * @model * @generated */ String getTextOptionalPropertyInFirstTab(); /** * Sets the value of the '{@link org.eclipse.emf.eef.eefnr.TextSampleWithTwoTabs#getTextOptionalPropertyInFirstTab <em>Text Optional Property In First Tab</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Text Optional Property In First Tab</em>' attribute. * @see #getTextOptionalPropertyInFirstTab() * @generated */ void setTextOptionalPropertyInFirstTab(String value); /** * Returns the value of the '<em><b>Text Required Property In Second Tab</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Text Required Property In Second Tab</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Text Required Property In Second Tab</em>' attribute. * @see #setTextRequiredPropertyInSecondTab(String) * @see org.eclipse.emf.eef.eefnr.EefnrPackage#getTextSampleWithTwoTabs_TextRequiredPropertyInSecondTab() * @model required="true" * @generated */ String getTextRequiredPropertyInSecondTab(); /** * Sets the value of the '{@link org.eclipse.emf.eef.eefnr.TextSampleWithTwoTabs#getTextRequiredPropertyInSecondTab <em>Text Required Property In Second Tab</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Text Required Property In Second Tab</em>' attribute. * @see #getTextRequiredPropertyInSecondTab() * @generated */ void setTextRequiredPropertyInSecondTab(String value); /** * Returns the value of the '<em><b>Text Optional Property In Second Tab</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Text Optional Property In Second Tab</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Text Optional Property In Second Tab</em>' attribute. * @see #setTextOptionalPropertyInSecondTab(String) * @see org.eclipse.emf.eef.eefnr.EefnrPackage#getTextSampleWithTwoTabs_TextOptionalPropertyInSecondTab() * @model * @generated */ String getTextOptionalPropertyInSecondTab(); /** * Sets the value of the '{@link org.eclipse.emf.eef.eefnr.TextSampleWithTwoTabs#getTextOptionalPropertyInSecondTab <em>Text Optional Property In Second Tab</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Text Optional Property In Second Tab</em>' attribute. * @see #getTextOptionalPropertyInSecondTab() * @generated */ void setTextOptionalPropertyInSecondTab(String value); } // TextSampleWithTwoTabs