blob: afeb69925045deaec8e2ea7c03c6f9e29dcbf1b5 [file] [log] [blame]
/**
*/
package org.w3._1999.xhtml;
import java.util.List;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Br Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.w3._1999.xhtml.BrType#getClass_ <em>Class</em>}</li>
* <li>{@link org.w3._1999.xhtml.BrType#getId <em>Id</em>}</li>
* <li>{@link org.w3._1999.xhtml.BrType#getStyle <em>Style</em>}</li>
* <li>{@link org.w3._1999.xhtml.BrType#getTitle <em>Title</em>}</li>
* </ul>
*
* @see org.w3._1999.xhtml.XhtmlPackage#getBrType()
* @model extendedMetaData="name='br_._type' kind='empty'"
* @generated
*/
public interface BrType extends EObject {
/**
* 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(List)
* @see org.w3._1999.xhtml.XhtmlPackage#getBrType_Class()
* @model dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false"
* extendedMetaData="kind='attribute' name='class'"
* @generated
*/
List<String> getClass_();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.BrType#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(List<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#getBrType_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.BrType#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>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.w3._1999.xhtml.XhtmlPackage#getBrType_Style()
* @model dataType="org.w3._1999.xhtml.StyleSheet"
* extendedMetaData="kind='attribute' name='style'"
* @generated
*/
String getStyle();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.BrType#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.w3._1999.xhtml.XhtmlPackage#getBrType_Title()
* @model dataType="org.w3._1999.xhtml.Text"
* extendedMetaData="kind='attribute' name='title'"
* @generated
*/
String getTitle();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.BrType#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);
} // BrType