/******************************************************************************* * Copyright (c) 2014 Obeo 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: * Obeo - initial API and implementation *******************************************************************************/ package org.eclipse.ocl.examples.validity.test.ecoreTest2; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Eclass5</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.ocl.examples.validity.test.ecoreTest2.Eclass5#getEAttribute5 <em>EAttribute5</em>}</li> * </ul> * </p> * * @see org.eclipse.ocl.examples.validity.test.ecoreTest2.EcoreTest2Package#getEclass5() * @model * @generated */ public interface Eclass5 extends EObject { /** * 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.ocl.examples.validity.test.ecoreTest2.EcoreTest2Package#getEclass5_EAttribute5() * @model * @generated */ String getEAttribute5(); /** * Sets the value of the '{@link org.eclipse.ocl.examples.validity.test.ecoreTest2.Eclass5#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); } // Eclass5