blob: 317f28ce7404781caae2970de7a5918561eda77e [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.mylyn.docs.epub.ncx;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Page Target</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#getNavLabels <em>Nav Labels</em>}</li>
* <li>{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#getContent <em>Content</em>}</li>
* <li>{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#getClass_ <em>Class</em>}</li>
* <li>{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#getId <em>Id</em>}</li>
* <li>{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#getPlayOrder <em>Play Order</em>}</li>
* <li>{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#getValue <em>Value</em>}</li>
* </ul>
*
* @see org.eclipse.mylyn.docs.epub.ncx.NCXPackage#getPageTarget()
* @model
* @generated
*/
public interface PageTarget extends EObject {
/**
* Returns the value of the '<em><b>Nav Labels</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mylyn.docs.epub.ncx.NavLabel}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Nav Labels</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>Nav Labels</em>' containment reference list.
* @see org.eclipse.mylyn.docs.epub.ncx.NCXPackage#getPageTarget_NavLabels()
* @model containment="true" required="true"
* extendedMetaData="namespace='##targetNamespace'"
* @generated
*/
EList<NavLabel> getNavLabels();
/**
* Returns the value of the '<em><b>Content</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Content</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Content</em>' containment reference.
* @see #setContent(Content)
* @see org.eclipse.mylyn.docs.epub.ncx.NCXPackage#getPageTarget_Content()
* @model containment="true" required="true"
* extendedMetaData="namespace='##targetNamespace'"
* @generated
*/
Content getContent();
/**
* Sets the value of the '{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#getContent <em>Content</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Content</em>' containment reference.
* @see #getContent()
* @generated
*/
void setContent(Content value);
/**
* 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(Object)
* @see org.eclipse.mylyn.docs.epub.ncx.NCXPackage#getPageTarget_Class()
* @model dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType"
* @generated
*/
Object getClass_();
/**
* Sets the value of the '{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#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(Object 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.mylyn.docs.epub.ncx.NCXPackage#getPageTarget_Id()
* @model id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#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>Play Order</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Play Order</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Play Order</em>' attribute.
* @see #setPlayOrder(Object)
* @see org.eclipse.mylyn.docs.epub.ncx.NCXPackage#getPageTarget_PlayOrder()
* @model dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" required="true"
* @generated
*/
Object getPlayOrder();
/**
* Sets the value of the '{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#getPlayOrder <em>Play Order</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Play Order</em>' attribute.
* @see #getPlayOrder()
* @generated
*/
void setPlayOrder(Object value);
/**
* Returns the value of the '<em><b>Type</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.mylyn.docs.epub.ncx.Type}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Type</em>' attribute.
* @see org.eclipse.mylyn.docs.epub.ncx.Type
* @see #isSetType()
* @see #unsetType()
* @see #setType(Type)
* @see org.eclipse.mylyn.docs.epub.ncx.NCXPackage#getPageTarget_Type()
* @model unsettable="true" required="true"
* @generated
*/
Type getType();
/**
* Sets the value of the '{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#getType <em>Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type</em>' attribute.
* @see org.eclipse.mylyn.docs.epub.ncx.Type
* @see #isSetType()
* @see #unsetType()
* @see #getType()
* @generated
*/
void setType(Type value);
/**
* Unsets the value of the '{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#getType <em>Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetType()
* @see #getType()
* @see #setType(Type)
* @generated
*/
void unsetType();
/**
* Returns whether the value of the '{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#getType <em>Type</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Type</em>' attribute is set.
* @see #unsetType()
* @see #getType()
* @see #setType(Type)
* @generated
*/
boolean isSetType();
/**
* 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(Object)
* @see org.eclipse.mylyn.docs.epub.ncx.NCXPackage#getPageTarget_Value()
* @model dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType"
* @generated
*/
Object getValue();
/**
* Sets the value of the '{@link org.eclipse.mylyn.docs.epub.ncx.PageTarget#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(Object value);
} // PageTarget