Package org.eclipse.emf.cdo.lm.reviews
Schnittstelle Topic
- Alle Superschnittstellen:
Authorable,CDOObject,CDOWithID,EObject,ModelElement,Notifier,SystemElement,TopicContainer
- Alle bekannten Implementierungsklassen:
TopicImpl
A representation of the model object 'Topic'.
- Seit:
- 1.2
- Siehe auch:
- Generated
- Model
- No Implement
- This interface is not intended to be implemented by clients.
The following features are supported:
- No Extend
- This interface is not intended to be extended by clients.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the value of the 'Container' container reference.Returns the value of the 'Model Reference' attribute.Returns the value of the 'Next Heading' reference.Returns the value of the 'Outline Number' attribute.Returns the value of the 'Parent Heading' reference.intReturns the value of the 'Parent Index' attribute.Returns the value of the 'Previous Heading' reference.Returns the value of the 'Status' attribute.booleanReturns the value of the 'Heading' attribute.voidsetContainer(TopicContainer value) Sets the value of the 'Container' container reference.voidsetHeading(boolean value) Sets the value of the 'Heading' attribute.voidsetModelReference(ModelReference value) Sets the value of the 'Model Reference' attribute.voidsetStatus(TopicStatus value) Sets the value of the 'Status' attribute.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.reviews.Authorable
getAuthor, getCreationTime, getEditTime, getId, getText, setAuthor, setCreationTime, setEditTime, setId, setTextVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionVon Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotationsVon Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.SystemElement
getSystemVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.reviews.TopicContainer
forEachComment, forEachTopic, getComments, getResolvedCount, getReview, getTopic, getTopicCount, getTopics, getTopics, getUnresolvedCount
-
Methodendetails
-
isHeading
boolean isHeading()Returns the value of the 'Heading' attribute.- Gibt zurück:
- the value of the 'Heading' attribute.
- Siehe auch:
- Generated
- Model
-
setHeading
void setHeading(boolean value) Sets the value of the 'Heading' attribute.- Parameter:
value- the new value of the 'Heading' attribute.- Siehe auch:
- Generated
-
getModelReference
ModelReference getModelReference()Returns the value of the 'Model Reference' attribute.- Gibt zurück:
- the value of the 'Model Reference' attribute.
- Siehe auch:
- Generated
- Model
- dataType="org.eclipse.emf.cdo.lm.reviews.ModelReference"
-
setModelReference
Sets the value of the 'Model Reference' attribute.- Parameter:
value- the new value of the 'Model Reference' attribute.- Siehe auch:
- Generated
-
getStatus
TopicStatus getStatus()Returns the value of the 'Status' attribute. The literals are from the enumerationTopicStatus.- Gibt zurück:
- the value of the 'Status' attribute.
- Siehe auch:
- Generated
- Model
-
setStatus
Sets the value of the 'Status' attribute.- Parameter:
value- the new value of the 'Status' attribute.- Siehe auch:
- Generated
-
getContainer
TopicContainer getContainer()Returns the value of the 'Container' container reference. It is bidirectional and its opposite is 'Topics'.- Gibt zurück:
- the value of the 'Container' container reference.
- Siehe auch:
- Generated
- Model
- opposite="topics" required="true" transient="false"
-
setContainer
Sets the value of the 'Container' container reference.- Parameter:
value- the new value of the 'Container' container reference.- Siehe auch:
- Generated
-
getParentHeading
Topic getParentHeading()Returns the value of the 'Parent Heading' reference.- Gibt zurück:
- the value of the 'Parent Heading' reference.
- Siehe auch:
- Generated
- Model
- resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"
-
getPreviousHeading
Topic getPreviousHeading()Returns the value of the 'Previous Heading' reference.- Gibt zurück:
- the value of the 'Previous Heading' reference.
- Siehe auch:
- Generated
- Model
- resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"
-
getNextHeading
Topic getNextHeading()Returns the value of the 'Next Heading' reference.- Gibt zurück:
- the value of the 'Next Heading' reference.
- Siehe auch:
- Generated
- Model
- resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"
-
getOutlineNumber
String getOutlineNumber()Returns the value of the 'Outline Number' attribute.- Gibt zurück:
- the value of the 'Outline Number' attribute.
- Siehe auch:
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
-
getParentIndex
int getParentIndex()Returns the value of the 'Parent Index' attribute.- Gibt zurück:
- the value of the 'Parent Index' attribute.
- Siehe auch:
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
-