blob: 497f8b38dbc4ed47c777b7f630cf1db957acd638 [file] [log] [blame]
/**
* <copyright>
* Copyright (c) 2010-2013 Henshin developers. 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
* </copyright>
*/
package org.eclipse.emf.henshin.wrap;
import org.eclipse.emf.ecore.EStructuralFeature;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>WMember</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.emf.henshin.wrap.WMember#getEStructuralFeature <em>EStructural Feature</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.emf.henshin.wrap.WrapPackage#getWMember()
* @model abstract="true"
* @generated
*/
public interface WMember extends WSynchronizer {
/**
* Returns the value of the '<em><b>EStructural Feature</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>EStructural Feature</em>' reference.
* @see #setEStructuralFeature(EStructuralFeature)
* @see org.eclipse.emf.henshin.wrap.WrapPackage#getWMember_EStructuralFeature()
* @model
* @generated
*/
EStructuralFeature getEStructuralFeature();
/**
* Sets the value of the '{@link org.eclipse.emf.henshin.wrap.WMember#getEStructuralFeature <em>EStructural Feature</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>EStructural Feature</em>' reference.
* @see #getEStructuralFeature()
* @generated
*/
void setEStructuralFeature(EStructuralFeature value);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model kind="operation"
* @generated
*/
Object getEValue();
} // WMember