/** * 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; import org.eclipse.emf.test.models.switch1.EClass1; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>EClass2</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.eclipse.emf.test.models.switch2.EClass2#getEAttribute4 <em>EAttribute4</em>}</li> * <li>{@link org.eclipse.emf.test.models.switch2.EClass2#getEAttribute5 <em>EAttribute5</em>}</li> * </ul> * * @see org.eclipse.emf.test.models.switch2.Switch2Package#getEClass2() * @model * @generated */ public interface EClass2 extends EClass1 { /** * Returns the value of the '<em><b>EAttribute4</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>EAttribute4</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>EAttribute4</em>' attribute. * @see #setEAttribute4(String) * @see org.eclipse.emf.test.models.switch2.Switch2Package#getEClass2_EAttribute4() * @model * @generated */ String getEAttribute4(); /** * Sets the value of the '{@link org.eclipse.emf.test.models.switch2.EClass2#getEAttribute4 <em>EAttribute4</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>EAttribute4</em>' attribute. * @see #getEAttribute4() * @generated */ void setEAttribute4(String value); /** * Returns the value of the '<em><b>EAttribute5</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>EAttribute5</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>EAttribute5</em>' attribute. * @see #setEAttribute5(String) * @see org.eclipse.emf.test.models.switch2.Switch2Package#getEClass2_EAttribute5() * @model * @generated */ String getEAttribute5(); /** * Sets the value of the '{@link org.eclipse.emf.test.models.switch2.EClass2#getEAttribute5 <em>EAttribute5</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>EAttribute5</em>' attribute. * @see #getEAttribute5() * @generated */ void setEAttribute5(String value); } // EClass2