blob: fbcb2213580b4a925747e55e7a80b44bf01acbc3 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.bpel.wsil.model.inspection;
import org.eclipse.emf.ecore.util.FeatureMap;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Description</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.bpel.wsil.model.inspection.Description#getAny <em>Any</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.bpel.wsil.model.inspection.InspectionPackage#getDescription()
* @model extendedMetaData="name='descriptionType' kind='elementOnly'"
* @generated
*/
public interface Description extends Reference {
/**
* Returns the value of the '<em><b>Any</b></em>' attribute list.
* The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Any</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Any</em>' attribute list.
* @see org.eclipse.bpel.wsil.model.inspection.InspectionPackage#getDescription_Any()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="false"
* extendedMetaData="kind='elementWildcard' wildcards='##other' name=':3' processing='lax'"
* @generated
*/
FeatureMap getAny();
} // Description