📄 videocassette.java
字号:
/**
* <copyright>
*
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
*
* </copyright>
*
* $Id: VideoCassette.java,v 1.2 2005/12/05 12:36:02 emerks Exp $
*/
package org.eclipse.emf.examples.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 org.eclipse.emf.examples.extlibrary.VideoCassette#getCast <em>Cast</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.emf.examples.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 org.eclipse.emf.examples.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 org.eclipse.emf.examples.extlibrary.EXTLibraryPackage#getVideoCassette_Cast()
* @model type="org.eclipse.emf.examples.extlibrary.Person"
* @generated
*/
EList getCast();
} // VideoCassette
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -