blob: a3b280b1b53b7b564fdb1ad28786b066c4f3d702 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.mylyn.docs.epub.opf;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Guide</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mylyn.docs.epub.opf.Guide#getGuideItems <em>Guide Items</em>}</li>
* </ul>
*
* @see org.eclipse.mylyn.docs.epub.opf.OPFPackage#getGuide()
* @model
* @generated
*/
public interface Guide extends EObject {
/**
* Returns the value of the '<em><b>Guide Items</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mylyn.docs.epub.opf.Reference}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Guide Items</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>Guide Items</em>' containment reference list.
* @see org.eclipse.mylyn.docs.epub.opf.OPFPackage#getGuide_GuideItems()
* @model containment="true"
* extendedMetaData="name='reference' namespace='http://www.idpf.org/2007/opf'"
* @generated
*/
EList<Reference> getGuideItems();
} // Guide