/** * Copyright (c) 2013 itemis AG and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Mark Broerkens - initial API and implementation * */ package org.eclipse.rmf.reqif10.xhtml; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; import org.eclipse.emf.ecore.xml.namespace.SpaceType; /** * <!-- begin-user-doc --> A representation of the model object '<em><b>Dl Type</b></em>'. <!-- end-user-doc --> * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getGroup <em>Group</em>}</li> * <li>{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getDt <em>Dt</em>}</li> * <li>{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getDd <em>Dd</em>}</li> * <li>{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getClass_ <em>Class</em>}</li> * <li>{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getId <em>Id</em>}</li> * <li>{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getLang <em>Lang</em>}</li> * <li>{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getSpace <em>Space</em>}</li> * <li>{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getStyle <em>Style</em>}</li> * <li>{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getTitle <em>Title</em>}</li> * </ul> * </p> * * @see org.eclipse.rmf.reqif10.xhtml.XhtmlPackage#getXhtmlDlType() * @model extendedMetaData="name='dl' kind='elementOnly'" * @generated */ public interface XhtmlDlType extends EObject { /** * Returns the value of the '<em><b>Group</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>Group</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>Group</em>' attribute list. * @see org.eclipse.rmf.reqif10.xhtml.XhtmlPackage#getXhtmlDlType_Group() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='group' name='group:0'" * @generated */ FeatureMap getGroup(); /** * Returns the value of the '<em><b>Dt</b></em>' containment reference list. The list contents are of type * {@link org.eclipse.rmf.reqif10.xhtml.XhtmlDtType}. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Dt</em>' containment reference list isn't clear, there really should be more of a * description here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Dt</em>' containment reference list. * @see org.eclipse.rmf.reqif10.xhtml.XhtmlPackage#getXhtmlDlType_Dt() * @model containment="true" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='dt' namespace='##targetNamespace' group='#group:0'" * @generated */ EList<XhtmlDtType> getDt(); /** * Returns the value of the '<em><b>Dd</b></em>' containment reference list. The list contents are of type * {@link org.eclipse.rmf.reqif10.xhtml.XhtmlDdType}. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Dd</em>' containment reference list isn't clear, there really should be more of a * description here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Dd</em>' containment reference list. * @see org.eclipse.rmf.reqif10.xhtml.XhtmlPackage#getXhtmlDlType_Dd() * @model containment="true" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='dd' namespace='##targetNamespace' group='#group:0'" * @generated */ EList<XhtmlDdType> getDd(); /** * Returns the value of the '<em><b>Class</b></em>' attribute. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Class</em>' attribute isn't clear, there really should be more of a description * here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Class</em>' attribute. * @see #setClass(String) * @see org.eclipse.rmf.reqif10.xhtml.XhtmlPackage#getXhtmlDlType_Class() * @model dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='class'" * @generated */ String getClass_(); /** * Sets the value of the '{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getClass_ <em>Class</em>}' attribute. * <!-- begin-user-doc --> <!-- end-user-doc --> * * @param value * the new value of the '<em>Class</em>' attribute. * @see #getClass_() * @generated */ void setClass(String value); /** * Returns the value of the '<em><b>Id</b></em>' attribute. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Id</em>' attribute isn't clear, there really should be more of a description here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Id</em>' attribute. * @see #setId(String) * @see org.eclipse.rmf.reqif10.xhtml.XhtmlPackage#getXhtmlDlType_Id() * @model id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'" * @generated */ String getId(); /** * Sets the value of the '{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getId <em>Id</em>}' attribute. <!-- * begin-user-doc --> <!-- end-user-doc --> * * @param value * the new value of the '<em>Id</em>' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the '<em><b>Lang</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> <!-- * begin-model-doc --> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>lang (as an attribute name)</h3> * <p> * denotes an attribute whose value is a language code for the natural language of the content of any element; its * value is inherited. This name is reserved by virtue of its definition in the XML specification. * </p> * </div> <div xmlns="http://www.w3.org/1999/xhtml"> <h4>Notes</h4> * <p> * 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. * </p> * <p> * See BCP 47 at <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt"> * http://www.rfc-editor.org/rfc/bcp/bcp47.txt</a> and the IANA language subtag registry at <a * href="http://www.iana.org/assignments/language-subtag-registry"> * http://www.iana.org/assignments/language-subtag-registry</a> for further information. * </p> * <p> * The union allows for the 'un-declaration' of xml:lang with the empty string. * </p> * </div> <!-- end-model-doc --> * * @return the value of the '<em>Lang</em>' attribute. * @see #setLang(String) * @see org.eclipse.rmf.reqif10.xhtml.XhtmlPackage#getXhtmlDlType_Lang() * @model 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.rmf.reqif10.xhtml.XhtmlDlType#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); /** * Returns the value of the '<em><b>Space</b></em>' attribute. The default value is <code>"preserve"</code>. The * literals are from the enumeration {@link org.eclipse.emf.ecore.xml.namespace.SpaceType}. <!-- begin-user-doc --> * <!-- end-user-doc --> <!-- begin-model-doc --> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>space (as an * attribute name)</h3> * <p> * denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for * the content of the element; its value is inherited. This name is reserved by virtue of its definition in the XML * specification. * </p> * </div> <!-- end-model-doc --> * * @return the value of the '<em>Space</em>' attribute. * @see org.eclipse.emf.ecore.xml.namespace.SpaceType * @see #isSetSpace() * @see #unsetSpace() * @see #setSpace(SpaceType) * @see org.eclipse.rmf.reqif10.xhtml.XhtmlPackage#getXhtmlDlType_Space() * @model default="preserve" unsettable="true" * extendedMetaData="kind='attribute' name='space' namespace='http://www.w3.org/XML/1998/namespace'" * @generated */ SpaceType getSpace(); /** * Sets the value of the '{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getSpace <em>Space</em>}' attribute. <!-- * begin-user-doc --> <!-- end-user-doc --> * * @param value * the new value of the '<em>Space</em>' attribute. * @see org.eclipse.emf.ecore.xml.namespace.SpaceType * @see #isSetSpace() * @see #unsetSpace() * @see #getSpace() * @generated */ void setSpace(SpaceType value); /** * Unsets the value of the '{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getSpace <em>Space</em>}' attribute. * <!-- begin-user-doc --> <!-- end-user-doc --> * * @see #isSetSpace() * @see #getSpace() * @see #setSpace(SpaceType) * @generated */ void unsetSpace(); /** * Returns whether the value of the '{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getSpace <em>Space</em>}' * attribute is set. <!-- begin-user-doc --> <!-- end-user-doc --> * * @return whether the value of the '<em>Space</em>' attribute is set. * @see #unsetSpace() * @see #getSpace() * @see #setSpace(SpaceType) * @generated */ boolean isSetSpace(); /** * Returns the value of the '<em><b>Style</b></em>' attribute. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Style</em>' attribute isn't clear, there really should be more of a description * here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Style</em>' attribute. * @see #setStyle(String) * @see org.eclipse.rmf.reqif10.xhtml.XhtmlPackage#getXhtmlDlType_Style() * @model dataType="org.eclipse.rmf.reqif10.datatypes.CDATA" extendedMetaData="kind='attribute' name='style'" * @generated */ String getStyle(); /** * Sets the value of the '{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getStyle <em>Style</em>}' attribute. <!-- * begin-user-doc --> <!-- end-user-doc --> * * @param value * the new value of the '<em>Style</em>' attribute. * @see #getStyle() * @generated */ void setStyle(String value); /** * Returns the value of the '<em><b>Title</b></em>' attribute. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Title</em>' attribute isn't clear, there really should be more of a description * here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Title</em>' attribute. * @see #setTitle(String) * @see org.eclipse.rmf.reqif10.xhtml.XhtmlPackage#getXhtmlDlType_Title() * @model dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='title'" * @generated */ String getTitle(); /** * Sets the value of the '{@link org.eclipse.rmf.reqif10.xhtml.XhtmlDlType#getTitle <em>Title</em>}' attribute. <!-- * begin-user-doc --> <!-- end-user-doc --> * * @param value * the new value of the '<em>Title</em>' attribute. * @see #getTitle() * @generated */ void setTitle(String value); } // XhtmlDlType