/** * <copyright> * </copyright> * * $Id: VideoCassette.java,v 1.4 2011/08/25 14:34:33 mtaal Exp $ */ package extlibrary; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> A representation of the model object '<em><b>Video Cassette</b></em>'. <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link extlibrary.VideoCassette#getCast <em>Cast</em>}</li> * </ul> * </p> * * @see extlibrary.ExtlibraryPackage#getVideoCassette() * @model * @generated */ public interface VideoCassette extends AudioVisualItem { /** * Returns the value of the '<em><b>Cast</b></em>' reference list. The list contents are of type * {@link extlibrary.Person}. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Cast</em>' reference list isn't clear, there really should be more of a description * here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Cast</em>' reference list. * @see extlibrary.ExtlibraryPackage#getVideoCassette_Cast() * @model * @generated */ EList<Person> getCast(); } // VideoCassette