/** * * * * $Id$ */ package org.eclipse.papyrus.properties.generation.fieldselection; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Field Selection'. * * *

* The following features are supported: *

*

* * @see org.eclipse.papyrus.properties.generation.fieldselection.FieldSelectionPackage#getFieldSelection() * @model * @generated */ public interface FieldSelection extends EObject { /** * Returns the value of the 'Fields' containment reference list. * The list contents are of type {@link org.eclipse.papyrus.properties.generation.fieldselection.PropertyDefinition}. * *

* If the meaning of the 'Fields' containment reference list isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Fields' containment reference list. * @see org.eclipse.papyrus.properties.generation.fieldselection.FieldSelectionPackage#getFieldSelection_Fields() * @model containment="true" * @generated */ EList getFields(); /** * Returns the value of the 'Context Elements' containment reference list. * The list contents are of type {@link org.eclipse.papyrus.properties.generation.fieldselection.ContextElement}. * *

* If the meaning of the 'Context Elements' containment reference list isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Context Elements' containment reference list. * @see org.eclipse.papyrus.properties.generation.fieldselection.FieldSelectionPackage#getFieldSelection_ContextElements() * @model containment="true" * @generated */ EList getContextElements(); } // FieldSelection