/**
* 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.switch3;
import org.eclipse.emf.test.models.switch2.EClass3;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>EClass4</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.emf.test.models.switch3.EClass4#getEAttribute8 <em>EAttribute8</em>}</li>
* <li>{@link org.eclipse.emf.test.models.switch3.EClass4#getEAttribute9 <em>EAttribute9</em>}</li>
* </ul>
*
* @see org.eclipse.emf.test.models.switch3.Switch3Package#getEClass4()
* @model
* @generated
*/
public interface EClass4 extends EClass3
{
/**
* Returns the value of the '<em><b>EAttribute8</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>EAttribute8</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>EAttribute8</em>' attribute.
* @see #setEAttribute8(String)
* @see org.eclipse.emf.test.models.switch3.Switch3Package#getEClass4_EAttribute8()
* @model
* @generated
*/
String getEAttribute8();
/**
* Sets the value of the '{@link org.eclipse.emf.test.models.switch3.EClass4#getEAttribute8 <em>EAttribute8</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>EAttribute8</em>' attribute.
* @see #getEAttribute8()
* @generated
*/
void setEAttribute8(String value);
/**
* Returns the value of the '<em><b>EAttribute9</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>EAttribute9</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>EAttribute9</em>' attribute.
* @see #setEAttribute9(String)
* @see org.eclipse.emf.test.models.switch3.Switch3Package#getEClass4_EAttribute9()
* @model
* @generated
*/
String getEAttribute9();
/**
* Sets the value of the '{@link org.eclipse.emf.test.models.switch3.EClass4#getEAttribute9 <em>EAttribute9</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>EAttribute9</em>' attribute.
* @see #getEAttribute9()
* @generated
*/
void setEAttribute9(String value);
} // EClass4