org.eclipse.emf.examples.extlibrary
Interface VideoCassette

All Superinterfaces:
AudioVisualItem, CirculatingItem, EObject, Item, Lendable, Notifier
All Known Implementing Classes:
VideoCassetteImpl

public interface VideoCassette
extends AudioVisualItem

A representation of the model object 'Video Cassette'.

The following features are supported:

See Also:
EXTLibraryPackage.getVideoCassette()

Method Summary
 EList<Person> getCast()
          Returns the value of the 'Cast' reference list.
 
Methods inherited from interface org.eclipse.emf.examples.extlibrary.AudioVisualItem
getMinutesLength, getTitle, isDamaged, setDamaged, setMinutesLength, setTitle
 
Methods inherited from interface org.eclipse.emf.examples.extlibrary.Item
getPublicationDate, setPublicationDate
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.examples.extlibrary.Lendable
getBorrowers, getCopies, setCopies
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCast

EList<Person> getCast()
Returns the value of the 'Cast' reference list. The list contents are of type Person.

Returns:
the value of the 'Cast' reference list.
See Also:
EXTLibraryPackage.getVideoCassette_Cast()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.