Package org.eclipse.emf.cdo.lm.reviews
Schnittstelle Comment
- Alle Superschnittstellen:
Authorable
,CDOObject
,CDOWithID
,EObject
,ModelElement
,Notifier
,SystemElement
- Alle bekannten Implementierungsklassen:
CommentImpl
A representation of the model object 'Comment'.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the value of the 'Container' container reference.Returns the value of the 'Reply To' reference.Returns the value of the 'Review' reference.void
setContainer
(TopicContainer value) Sets the value of the 'Container
' container reference.void
setReplyTo
(Comment value) Sets the value of the 'Reply To
' reference.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.reviews.Authorable
getAuthor, getCreationTime, getEditTime, getId, getText, setAuthor, setCreationTime, setEditTime, setId, setText
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Von Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotations
Von Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.SystemElement
getSystem
-
Methodendetails
-
getContainer
TopicContainer getContainer()Returns the value of the 'Container' container reference. It is bidirectional and its opposite is 'Comments
'.- Gibt zurück:
- the value of the 'Container' container reference.
- Seit:
- 1.2
- Siehe auch:
- Generated
- Model
- opposite="comments" resolveProxies="false" required="true" transient="false"
-
setContainer
Sets the value of the 'Container
' container reference.- Parameter:
value
- the new value of the 'Container' container reference.- Seit:
- 1.2
- Siehe auch:
- Generated
-
getReplyTo
Comment getReplyTo()Returns the value of the 'Reply To' reference.- Gibt zurück:
- the value of the 'Reply To' reference.
- Seit:
- 1.2
- Siehe auch:
- Generated
- Model
-
setReplyTo
Sets the value of the 'Reply To
' reference.- Parameter:
value
- the new value of the 'Reply To' reference.- Seit:
- 1.2
- Siehe auch:
- Generated
-
getReview
Review getReview()Returns the value of the 'Review' reference.- Gibt zurück:
- the value of the 'Review' reference.
- Siehe auch:
- Generated
- Model
- resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"
-