blob: 57589213c35a1530808cb4a8b3a8836e6e283b0b [file] [log] [blame]
/**
*/
package org.w3._1999.xhtml;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Base Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.w3._1999.xhtml.BaseType#getHref <em>Href</em>}</li>
* <li>{@link org.w3._1999.xhtml.BaseType#getId <em>Id</em>}</li>
* </ul>
*
* @see org.w3._1999.xhtml.XhtmlPackage#getBaseType()
* @model extendedMetaData="name='base_._type' kind='empty'"
* @generated
*/
public interface BaseType extends EObject {
/**
* Returns the value of the '<em><b>Href</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Href</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Href</em>' attribute.
* @see #setHref(String)
* @see org.w3._1999.xhtml.XhtmlPackage#getBaseType_Href()
* @model dataType="org.w3._1999.xhtml.URI" required="true"
* extendedMetaData="kind='attribute' name='href'"
* @generated
*/
String getHref();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.BaseType#getHref <em>Href</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Href</em>' attribute.
* @see #getHref()
* @generated
*/
void setHref(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.w3._1999.xhtml.XhtmlPackage#getBaseType_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.w3._1999.xhtml.BaseType#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);
} // BaseType