org.eclipse.emf.test.models.movie.db
Interface MovieDBType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
MovieDBTypeImpl

public interface MovieDBType
extends EObject

A representation of the model object 'Movie DB Type'.

The following features are supported:

See Also:
DBPackage.getMovieDBType()

Method Summary
 java.lang.String getComment()
          Returns the value of the 'Comment' attribute
 EList<MovieType> getMovie()
          Returns the value of the 'Movie' containment reference list.
 FeatureMap getMovieDBFeatureMap()
          Returns the value of the 'Movie DB Feature Map' attribute list.
 void setComment(java.lang.String value)
          Sets the value of the 'Comment' attribute
 
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

getMovieDBFeatureMap

FeatureMap getMovieDBFeatureMap()
Returns the value of the 'Movie DB Feature Map' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Movie DB Feature Map' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Movie DB Feature Map' attribute list.
See Also:
DBPackage.getMovieDBType_MovieDBFeatureMap()

getMovie

EList<MovieType> getMovie()
Returns the value of the 'Movie' containment reference list. The list contents are of type MovieType.

If the meaning of the 'Movie' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Movie' containment reference list.
See Also:
DBPackage.getMovieDBType_Movie()

getComment

java.lang.String getComment()
Returns the value of the 'Comment' attribute.

If the meaning of the 'Comment' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Comment' attribute.
See Also:
setComment(String), DBPackage.getMovieDBType_Comment()

setComment

void setComment(java.lang.String value)
Sets the value of the 'Comment' attribute.

Parameters:
value - the new value of the 'Comment' attribute.
See Also:
getComment()

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