Package org.eclipse.emf.cdo.lm.reviews
Interface Topic
- All Superinterfaces:
Authorable
,CDOObject
,CDOWithID
,EObject
,ModelElement
,Notifier
,SystemElement
,TopicContainer
- All Known Implementing Classes:
TopicImpl
A representation of the model object 'Topic'.
- Since:
- 1.2
- See Also:
- 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.
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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.int
Returns the value of the 'Parent Index' attribute.Returns the value of the 'Previous Heading' reference.Returns the value of the 'Status' attribute.boolean
Returns the value of the 'Heading' attribute.void
setContainer
(TopicContainer value) Sets the value of the 'Container
' container reference.void
setHeading
(boolean value) Sets the value of the 'Heading
' attribute.void
setModelReference
(ModelReference value) Sets the value of the 'Model Reference
' attribute.void
setStatus
(TopicStatus value) Sets the value of the 'Status
' attribute.Methods inherited from interface org.eclipse.emf.cdo.lm.reviews.Authorable
getAuthor, getCreationTime, getEditTime, getId, getText, setAuthor, setCreationTime, setEditTime, setId, setText
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
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.cdo.etypes.ModelElement
getAnnotation, getAnnotations
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.emf.cdo.lm.SystemElement
getSystem
Methods inherited from interface org.eclipse.emf.cdo.lm.reviews.TopicContainer
forEachComment, forEachTopic, getComments, getResolvedCount, getReview, getTopic, getTopicCount, getTopics, getTopics, getUnresolvedCount
-
Method Details
-
isHeading
boolean isHeading()Returns the value of the 'Heading' attribute.- Returns:
- the value of the 'Heading' attribute.
- See Also:
- Generated
- Model
-
setHeading
void setHeading(boolean value) Sets the value of the 'Heading
' attribute.- Parameters:
value
- the new value of the 'Heading' attribute.- See Also:
- Generated
-
getModelReference
ModelReference getModelReference()Returns the value of the 'Model Reference' attribute.- Returns:
- the value of the 'Model Reference' attribute.
- See Also:
- Generated
- Model
- dataType="org.eclipse.emf.cdo.lm.reviews.ModelReference"
-
setModelReference
Sets the value of the 'Model Reference
' attribute.- Parameters:
value
- the new value of the 'Model Reference' attribute.- See Also:
- Generated
-
getStatus
TopicStatus getStatus()Returns the value of the 'Status' attribute. The literals are from the enumerationTopicStatus
.- Returns:
- the value of the 'Status' attribute.
- See Also:
- Generated
- Model
-
setStatus
Sets the value of the 'Status
' attribute.- Parameters:
value
- the new value of the 'Status' attribute.- See Also:
- Generated
-
getContainer
TopicContainer getContainer()Returns the value of the 'Container' container reference. It is bidirectional and its opposite is 'Topics
'.- Returns:
- the value of the 'Container' container reference.
- See Also:
- Generated
- Model
- opposite="topics" required="true" transient="false"
-
setContainer
Sets the value of the 'Container
' container reference.- Parameters:
value
- the new value of the 'Container' container reference.- See Also:
- Generated
-
getParentHeading
Topic getParentHeading()Returns the value of the 'Parent Heading' reference.- Returns:
- the value of the 'Parent Heading' reference.
- See Also:
- Generated
- Model
- resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"
-
getPreviousHeading
Topic getPreviousHeading()Returns the value of the 'Previous Heading' reference.- Returns:
- the value of the 'Previous Heading' reference.
- See Also:
- Generated
- Model
- resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"
-
getNextHeading
Topic getNextHeading()Returns the value of the 'Next Heading' reference.- Returns:
- the value of the 'Next Heading' reference.
- See Also:
- Generated
- Model
- resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"
-
getOutlineNumber
String getOutlineNumber()Returns the value of the 'Outline Number' attribute.- Returns:
- the value of the 'Outline Number' attribute.
- See Also:
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
-
getParentIndex
int getParentIndex()Returns the value of the 'Parent Index' attribute.- Returns:
- the value of the 'Parent Index' attribute.
- See Also:
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
-