/** * <copyright> * </copyright> * * $Id$ */ package eu.geclipse.jsdl.model.base; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Source Target Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link eu.geclipse.jsdl.model.base.SourceTargetType#getURI <em>URI</em>}</li> * <li>{@link eu.geclipse.jsdl.model.base.SourceTargetType#getAny <em>Any</em>}</li> * <li>{@link eu.geclipse.jsdl.model.base.SourceTargetType#getAnyAttribute <em>Any Attribute</em>}</li> * </ul> * </p> * * @see eu.geclipse.jsdl.model.base.JsdlPackage#getSourceTargetType() * @model extendedMetaData="name='SourceTarget_Type' kind='elementOnly'" * @generated */ public interface SourceTargetType extends EObject { /** * Returns the value of the '<em><b>URI</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>URI</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>URI</em>' attribute. * @see #setURI(String) * @see eu.geclipse.jsdl.model.base.JsdlPackage#getSourceTargetType_URI() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnyURI" * extendedMetaData="kind='element' name='URI' namespace='##targetNamespace'" * @generated */ String getURI(); /** * Sets the value of the '{@link eu.geclipse.jsdl.model.base.SourceTargetType#getURI <em>URI</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>URI</em>' attribute. * @see #getURI() * @generated */ void setURI(String value); /** * 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 eu.geclipse.jsdl.model.base.JsdlPackage#getSourceTargetType_Any() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='elementWildcard' wildcards='##other' name=':1' processing='lax'" * @generated */ FeatureMap getAny(); /** * Returns the value of the '<em><b>Any Attribute</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 Attribute</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 Attribute</em>' attribute list. * @see eu.geclipse.jsdl.model.base.JsdlPackage#getSourceTargetType_AnyAttribute() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='attributeWildcard' wildcards='##other' name=':2' processing='lax'" * @generated */ FeatureMap getAnyAttribute(); } // SourceTargetType