/** * 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; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>EClass5</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.eclipse.emf.test.models.switch3.EClass5#getEAttribute10 <em>EAttribute10</em>}</li> * <li>{@link org.eclipse.emf.test.models.switch3.EClass5#getEAttribute11 <em>EAttribute11</em>}</li> * </ul> * * @see org.eclipse.emf.test.models.switch3.Switch3Package#getEClass5() * @model * @generated */ public interface EClass5 extends EClass4 { /** * Returns the value of the '<em><b>EAttribute10</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>EAttribute10</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>EAttribute10</em>' attribute. * @see #setEAttribute10(String) * @see org.eclipse.emf.test.models.switch3.Switch3Package#getEClass5_EAttribute10() * @model * @generated */ String getEAttribute10(); /** * Sets the value of the '{@link org.eclipse.emf.test.models.switch3.EClass5#getEAttribute10 <em>EAttribute10</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>EAttribute10</em>' attribute. * @see #getEAttribute10() * @generated */ void setEAttribute10(String value); /** * Returns the value of the '<em><b>EAttribute11</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>EAttribute11</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>EAttribute11</em>' attribute. * @see #setEAttribute11(String) * @see org.eclipse.emf.test.models.switch3.Switch3Package#getEClass5_EAttribute11() * @model * @generated */ String getEAttribute11(); /** * Sets the value of the '{@link org.eclipse.emf.test.models.switch3.EClass5#getEAttribute11 <em>EAttribute11</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>EAttribute11</em>' attribute. * @see #getEAttribute11() * @generated */ void setEAttribute11(String value); } // EClass5