/** * 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; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>EClass0</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.eclipse.emf.test.models.switch1.EClass0#getEAttribute0 <em>EAttribute0</em>}</li> * <li>{@link org.eclipse.emf.test.models.switch1.EClass0#getEAttribute1 <em>EAttribute1</em>}</li> * </ul> * * @see org.eclipse.emf.test.models.switch1.Switch1Package#getEClass0() * @model * @generated */ public interface EClass0 extends EObject { /** * Returns the value of the '<em><b>EAttribute0</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>EAttribute0</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>EAttribute0</em>' attribute. * @see #setEAttribute0(String) * @see org.eclipse.emf.test.models.switch1.Switch1Package#getEClass0_EAttribute0() * @model * @generated */ String getEAttribute0(); /** * Sets the value of the '{@link org.eclipse.emf.test.models.switch1.EClass0#getEAttribute0 <em>EAttribute0</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>EAttribute0</em>' attribute. * @see #getEAttribute0() * @generated */ void setEAttribute0(String value); /** * Returns the value of the '<em><b>EAttribute1</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>EAttribute1</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>EAttribute1</em>' attribute. * @see #setEAttribute1(String) * @see org.eclipse.emf.test.models.switch1.Switch1Package#getEClass0_EAttribute1() * @model * @generated */ String getEAttribute1(); /** * Sets the value of the '{@link org.eclipse.emf.test.models.switch1.EClass0#getEAttribute1 <em>EAttribute1</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>EAttribute1</em>' attribute. * @see #getEAttribute1() * @generated */ void setEAttribute1(String value); } // EClass0