/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.bpel.wsil.model.inspection; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Type Of Abstract</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.bpel.wsil.model.inspection.TypeOfAbstract#getValue <em>Value</em>}</li> * <li>{@link org.eclipse.bpel.wsil.model.inspection.TypeOfAbstract#getLang <em>Lang</em>}</li> * </ul> * </p> * * @see org.eclipse.bpel.wsil.model.inspection.InspectionPackage#getTypeOfAbstract() * @model extendedMetaData="name='typeOfAbstract' kind='simple'" * @generated */ public interface TypeOfAbstract extends EObject { /** * Returns the value of the '<em><b>Value</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Value</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Value</em>' attribute. * @see #setValue(String) * @see org.eclipse.bpel.wsil.model.inspection.InspectionPackage#getTypeOfAbstract_Value() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="name=':0' kind='simple'" * @generated */ String getValue(); /** * Sets the value of the '{@link org.eclipse.bpel.wsil.model.inspection.TypeOfAbstract#getValue <em>Value</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Value</em>' attribute. * @see #getValue() * @generated */ void setValue(String value); /** * Returns the value of the '<em><b>Lang</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * Attempting to install the relevant ISO 2- and 3-letter * codes as the enumerated possible values is probably never * going to be a realistic possibility. See * RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry * at http://www.iana.org/assignments/lang-tag-apps.htm for * further information. * * The union allows for the 'un-declaration' of xml:lang with * the empty string. * <!-- end-model-doc --> * @return the value of the '<em>Lang</em>' attribute. * @see #setLang(String) * @see org.eclipse.bpel.wsil.model.inspection.InspectionPackage#getTypeOfAbstract_Lang() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.namespace.LangType" * extendedMetaData="kind='attribute' name='lang' namespace='http://www.w3.org/XML/1998/namespace'" * @generated */ String getLang(); /** * Sets the value of the '{@link org.eclipse.bpel.wsil.model.inspection.TypeOfAbstract#getLang <em>Lang</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Lang</em>' attribute. * @see #getLang() * @generated */ void setLang(String value); } // TypeOfAbstract