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

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
CustomerReviewType
All Known Implementing Classes:
CriticsReviewTypeImpl, CustomerReviewTypeImpl

public interface CriticsReviewType
extends EObject

A representation of the model object 'Critics Review Type'.

The following features are supported:

See Also:
DBPackage.getCriticsReviewType()

Method Summary
 int getRating()
          Returns the value of the 'Rating' attribute
 java.lang.String getReviewedBy()
          Returns the value of the 'Reviewed By' attribute
 boolean isSetRating()
          Returns whether the value of the 'Rating' attribute is set
 void setRating(int value)
          Sets the value of the 'Rating' attribute
 void setReviewedBy(java.lang.String value)
          Sets the value of the 'Reviewed By' attribute
 void unsetRating()
          Unsets the value of the 'Rating' 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

getRating

int getRating()
Returns the value of the 'Rating' attribute.

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

Returns:
the value of the 'Rating' attribute.
See Also:
isSetRating(), unsetRating(), setRating(int), DBPackage.getCriticsReviewType_Rating()

setRating

void setRating(int value)
Sets the value of the 'Rating' attribute.

Parameters:
value - the new value of the 'Rating' attribute.
See Also:
isSetRating(), unsetRating(), getRating()

unsetRating

void unsetRating()
Unsets the value of the 'Rating' attribute.

See Also:
isSetRating(), getRating(), setRating(int)

isSetRating

boolean isSetRating()
Returns whether the value of the 'Rating' attribute is set.

Returns:
whether the value of the 'Rating' attribute is set.
See Also:
unsetRating(), getRating(), setRating(int)

getReviewedBy

java.lang.String getReviewedBy()
Returns the value of the 'Reviewed By' attribute.

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

Returns:
the value of the 'Reviewed By' attribute.
See Also:
setReviewedBy(String), DBPackage.getCriticsReviewType_ReviewedBy()

setReviewedBy

void setReviewedBy(java.lang.String value)
Sets the value of the 'Reviewed By' attribute.

Parameters:
value - the new value of the 'Reviewed By' attribute.
See Also:
getReviewedBy()

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