blob: d1b56188ac0497824e736845716ef38a17112b45 [file] [log] [blame]
/**
* Copyright (c) 2011 Mia-Software.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Gregoire Dupe (Mia-Software) - Design
* Nicolas Guyomar (Mia-Software) - Implementation
* Emmanuelle Rouillé (Mia-Software) - Bug 352618 - To be able to use non derived facet structural features and save them values.
* Nicolas Bros (Mia-Software) - Bug 361823 - [Restructuring] eFacet2 meta-model
*/
package org.eclipse.modisco.facet.efacet.metamodel.v0_2_0.efacet;
import org.eclipse.emf.ecore.EAttribute;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Facet Attribute</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A FacetAttribute is a virtual attribute added to all the eObjects which conform to the Facet owning the FacetAttribute.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.facet.efacet.metamodel.v0_2_0.efacet.EFacetPackage#getFacetAttribute()
* @model
* @generated
*/
public interface FacetAttribute extends EAttribute, DerivedTypedElement {
} // FacetAttribute