/** * Copyright (c) 2009 TIBCO Software Inc. and others. * 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: * Adrian Price */ package org.eclipse.emf.test.models.switch2; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>EClass3</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.emf.test.models.switch2.EClass3#getEAttribute6 <em>EAttribute6</em>}</li> * <li>{@link org.eclipse.emf.test.models.switch2.EClass3#getEAttribute7 <em>EAttribute7</em>}</li> * </ul> * </p> * * @see org.eclipse.emf.test.models.switch2.Switch2Package#getEClass3() * @model * @generated */ public interface EClass3 extends EClass2 { /** * Returns the value of the '<em><b>EAttribute6</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>EAttribute6</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>EAttribute6</em>' attribute. * @see #setEAttribute6(String) * @see org.eclipse.emf.test.models.switch2.Switch2Package#getEClass3_EAttribute6() * @model * @generated */ String getEAttribute6(); /** * Sets the value of the '{@link org.eclipse.emf.test.models.switch2.EClass3#getEAttribute6 <em>EAttribute6</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>EAttribute6</em>' attribute. * @see #getEAttribute6() * @generated */ void setEAttribute6(String value); /** * Returns the value of the '<em><b>EAttribute7</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>EAttribute7</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>EAttribute7</em>' attribute. * @see #setEAttribute7(String) * @see org.eclipse.emf.test.models.switch2.Switch2Package#getEClass3_EAttribute7() * @model * @generated */ String getEAttribute7(); /** * Sets the value of the '{@link org.eclipse.emf.test.models.switch2.EClass3#getEAttribute7 <em>EAttribute7</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>EAttribute7</em>' attribute. * @see #getEAttribute7() * @generated */ void setEAttribute7(String value); } // EClass3