|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.test.models.movie.db.impl.MovieTypeImpl
public class MovieTypeImpl
An implementation of the model object 'Movie Type'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected java.util.List<java.lang.String> |
actors
The cached value of the ' Actors ' attribute |
protected static java.util.List<java.lang.String> |
ACTORS_EDEFAULT
The default value of the ' Actors ' attribute |
protected FeatureMap |
any
The cached value of the ' Any ' attribute list |
protected CustomerType |
checkedOutBy
The cached value of the ' Checked Out By ' reference |
protected FeatureMap |
criticsReviewGroup
The cached value of the ' Critics Review Group ' attribute list |
protected java.lang.String |
director
The cached value of the ' Director ' attribute |
protected static java.lang.String |
DIRECTOR_EDEFAULT
The default value of the ' Director ' attribute |
protected GenreTypes |
genre
The cached value of the ' Genre ' attribute |
protected static GenreTypes |
GENRE_EDEFAULT
The default value of the ' Genre ' attribute |
protected boolean |
genreESet
This is true if the Genre attribute has been set |
protected java.lang.String |
iD
The cached value of the ' ID ' attribute |
protected static java.lang.String |
ID_EDEFAULT
The default value of the ' ID ' attribute |
protected java.lang.String |
summary
The cached value of the ' Summary ' attribute |
protected static java.lang.String |
SUMMARY_EDEFAULT
The default value of the ' Summary ' attribute |
protected java.lang.String |
title
The cached value of the ' Title ' attribute |
protected static java.lang.String |
TITLE_EDEFAULT
The default value of the ' Title ' attribute |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
MovieTypeImpl()
|
Method Summary | |
---|---|
CustomerType |
basicGetCheckedOutBy()
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
java.util.List<java.lang.String> |
getActors()
|
FeatureMap |
getAny()
|
CustomerType |
getCheckedOutBy()
|
EList<CriticsReviewType> |
getCriticsReview()
|
FeatureMap |
getCriticsReviewGroup()
|
java.lang.String |
getDirector()
|
GenreTypes |
getGenre()
|
java.lang.String |
getID()
|
java.lang.String |
getSummary()
|
java.lang.String |
getTitle()
|
boolean |
isSetGenre()
|
void |
setActors(java.util.List<java.lang.String> newActors)
|
void |
setCheckedOutBy(CustomerType newCheckedOutBy)
|
void |
setDirector(java.lang.String newDirector)
|
void |
setGenre(GenreTypes newGenre)
|
void |
setID(java.lang.String newID)
|
void |
setSummary(java.lang.String newSummary)
|
void |
setTitle(java.lang.String newTitle)
|
java.lang.String |
toString()
|
void |
unsetGenre()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final java.lang.String TITLE_EDEFAULT
Title
' attribute.
getTitle()
protected java.lang.String title
Title
' attribute.
getTitle()
protected static final java.util.List<java.lang.String> ACTORS_EDEFAULT
Actors
' attribute.
getActors()
protected java.util.List<java.lang.String> actors
Actors
' attribute.
getActors()
protected static final java.lang.String DIRECTOR_EDEFAULT
Director
' attribute.
getDirector()
protected java.lang.String director
Director
' attribute.
getDirector()
protected static final GenreTypes GENRE_EDEFAULT
Genre
' attribute.
getGenre()
protected GenreTypes genre
Genre
' attribute.
getGenre()
protected boolean genreESet
protected static final java.lang.String SUMMARY_EDEFAULT
Summary
' attribute.
getSummary()
protected java.lang.String summary
Summary
' attribute.
getSummary()
protected FeatureMap criticsReviewGroup
Critics Review Group
' attribute list.
getCriticsReviewGroup()
protected CustomerType checkedOutBy
Checked Out By
' reference.
getCheckedOutBy()
protected FeatureMap any
Any
' attribute list.
getAny()
protected static final java.lang.String ID_EDEFAULT
ID
' attribute.
getID()
protected java.lang.String iD
ID
' attribute.
getID()
Constructor Detail |
---|
protected MovieTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public java.lang.String getTitle()
getTitle
in interface MovieType
MovieType.setTitle(String)
,
DBPackage.getMovieType_Title()
public void setTitle(java.lang.String newTitle)
setTitle
in interface MovieType
newTitle
- the new value of the 'Title' attribute.MovieType.getTitle()
public java.util.List<java.lang.String> getActors()
getActors
in interface MovieType
MovieType.setActors(List)
,
DBPackage.getMovieType_Actors()
public void setActors(java.util.List<java.lang.String> newActors)
setActors
in interface MovieType
newActors
- the new value of the 'Actors' attribute.MovieType.getActors()
public java.lang.String getDirector()
getDirector
in interface MovieType
MovieType.setDirector(String)
,
DBPackage.getMovieType_Director()
public void setDirector(java.lang.String newDirector)
setDirector
in interface MovieType
newDirector
- the new value of the 'Director' attribute.MovieType.getDirector()
public GenreTypes getGenre()
getGenre
in interface MovieType
GenreTypes
,
MovieType.isSetGenre()
,
MovieType.unsetGenre()
,
MovieType.setGenre(GenreTypes)
,
DBPackage.getMovieType_Genre()
public void setGenre(GenreTypes newGenre)
setGenre
in interface MovieType
newGenre
- the new value of the 'Genre' attribute.GenreTypes
,
MovieType.isSetGenre()
,
MovieType.unsetGenre()
,
MovieType.getGenre()
public void unsetGenre()
unsetGenre
in interface MovieType
MovieType.isSetGenre()
,
MovieType.getGenre()
,
MovieType.setGenre(GenreTypes)
public boolean isSetGenre()
isSetGenre
in interface MovieType
MovieType.unsetGenre()
,
MovieType.getGenre()
,
MovieType.setGenre(GenreTypes)
public java.lang.String getSummary()
getSummary
in interface MovieType
MovieType.setSummary(String)
,
DBPackage.getMovieType_Summary()
public void setSummary(java.lang.String newSummary)
setSummary
in interface MovieType
newSummary
- the new value of the 'Summary' attribute.MovieType.getSummary()
public FeatureMap getCriticsReviewGroup()
getCriticsReviewGroup
in interface MovieType
DBPackage.getMovieType_CriticsReviewGroup()
public EList<CriticsReviewType> getCriticsReview()
getCriticsReview
in interface MovieType
DBPackage.getMovieType_CriticsReview()
public CustomerType getCheckedOutBy()
getCheckedOutBy
in interface MovieType
MovieType.setCheckedOutBy(CustomerType)
,
DBPackage.getMovieType_CheckedOutBy()
public CustomerType basicGetCheckedOutBy()
public void setCheckedOutBy(CustomerType newCheckedOutBy)
setCheckedOutBy
in interface MovieType
newCheckedOutBy
- the new value of the 'Checked Out By' reference.MovieType.getCheckedOutBy()
public FeatureMap getAny()
getAny
in interface MovieType
DBPackage.getMovieType_Any()
public java.lang.String getID()
getID
in interface MovieType
MovieType.setID(String)
,
DBPackage.getMovieType_ID()
public void setID(java.lang.String newID)
setID
in interface MovieType
newID
- the new value of the 'ID' attribute.MovieType.getID()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
InternalEObject.eGet(EStructuralFeature, boolean, boolean)
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
EObject.eSet(EStructuralFeature, Object)
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
EObject.eUnset(EStructuralFeature)
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
EObject.eIsSet(EStructuralFeature)
public java.lang.String toString()
toString
in class BasicEObjectImpl
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |