/** * 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.switch1; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>EClass1</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.emf.test.models.switch1.EClass1#getEAttribute2 <em>EAttribute2</em>}</li> * <li>{@link org.eclipse.emf.test.models.switch1.EClass1#getEAttribute3 <em>EAttribute3</em>}</li> * </ul> * </p> * * @see org.eclipse.emf.test.models.switch1.Switch1Package#getEClass1() * @model * @generated */ public interface EClass1 extends EClass0 { /** * Returns the value of the '<em><b>EAttribute2</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>EAttribute2</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>EAttribute2</em>' attribute. * @see #setEAttribute2(String) * @see org.eclipse.emf.test.models.switch1.Switch1Package#getEClass1_EAttribute2() * @model * @generated */ String getEAttribute2(); /** * Sets the value of the '{@link org.eclipse.emf.test.models.switch1.EClass1#getEAttribute2 <em>EAttribute2</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>EAttribute2</em>' attribute. * @see #getEAttribute2() * @generated */ void setEAttribute2(String value); /** * Returns the value of the '<em><b>EAttribute3</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>EAttribute3</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>EAttribute3</em>' attribute. * @see #setEAttribute3(String) * @see org.eclipse.emf.test.models.switch1.Switch1Package#getEClass1_EAttribute3() * @model * @generated */ String getEAttribute3(); /** * Sets the value of the '{@link org.eclipse.emf.test.models.switch1.EClass1#getEAttribute3 <em>EAttribute3</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>EAttribute3</em>' attribute. * @see #getEAttribute3() * @generated */ void setEAttribute3(String value); } // EClass1