blob: 95c73fb302c40c5561617387d3a69f0b26e36c24 [file] [log] [blame]
/**
* Copyright (c) 2011-2015 EclipseSource Muenchen GmbH and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Johannes Faltermeier - initial API and implementation
*/
package org.eclipse.emfforms.spi.spreadsheet.core.error.model;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EStructuralFeature;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Setting Location</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.emfforms.spi.spreadsheet.core.error.model.SettingLocation#getEObject <em>EObject</em>}</li>
* <li>{@link org.eclipse.emfforms.spi.spreadsheet.core.error.model.SettingLocation#getFeature <em>Feature</em>}</li>
* </ul>
*
* @see org.eclipse.emfforms.spi.spreadsheet.core.error.model.ErrorPackage#getSettingLocation()
* @model
* @generated
*/
public interface SettingLocation extends EObject {
/**
* Returns the value of the '<em><b>EObject</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>EObject</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>EObject</em>' reference.
* @see #setEObject(EObject)
* @see org.eclipse.emfforms.spi.spreadsheet.core.error.model.ErrorPackage#getSettingLocation_EObject()
* @model required="true"
* @generated
*/
EObject getEObject();
/**
* Sets the value of the '{@link org.eclipse.emfforms.spi.spreadsheet.core.error.model.SettingLocation#getEObject
* <em>EObject</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value the new value of the '<em>EObject</em>' reference.
* @see #getEObject()
* @generated
*/
void setEObject(EObject value);
/**
* Returns the value of the '<em><b>Feature</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Feature</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Feature</em>' reference.
* @see #setFeature(EStructuralFeature)
* @see org.eclipse.emfforms.spi.spreadsheet.core.error.model.ErrorPackage#getSettingLocation_Feature()
* @model required="true"
* @generated
*/
EStructuralFeature getFeature();
/**
* Sets the value of the '{@link org.eclipse.emfforms.spi.spreadsheet.core.error.model.SettingLocation#getFeature
* <em>Feature</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value the new value of the '<em>Feature</em>' reference.
* @see #getFeature()
* @generated
*/
void setFeature(EStructuralFeature value);
} // SettingLocation