Package org.eclipse.emf.cdo.lm.reviews
Interface DropReview
- All Superinterfaces:
Baseline
,CDOObject
,CDOWithID
,Commentable
,EObject
,FixedBaseline
,ModelElement
,ModuleElement
,Notifier
,Review
,StreamElement
,SystemElement
- All Known Implementing Classes:
DropReviewImpl
A representation of the model object 'Drop Review'.
- 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.
-
Field Summary
Fields inherited from interface org.eclipse.emf.cdo.lm.Baseline
COMPARATOR
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Delivery' reference.Returns the value of the 'Drop Label' attribute.Returns the value of the 'Drop Type' reference.long
Returns the value of the 'Target Time Stamp' attribute.void
setDelivery
(Delivery value) Sets the value of the 'Delivery
' reference.void
setDropLabel
(String value) Sets the value of the 'Drop Label
' attribute.void
setDropType
(DropType value) Sets the value of the 'Drop Type
' reference.Methods inherited from interface org.eclipse.emf.cdo.lm.Baseline
getBaseTimeStamp, getBranchPoint, getName, getStream, getTypeAndName, getTypeName, isFloating, setStream
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.cdo.lm.reviews.Commentable
getCommentCount, getComments, getResolvedCount, getReview, getUnresolvedCount
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.lm.FixedBaseline
getBasedChanges, getDependencies, getVersion, setVersion
Methods inherited from interface org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotations
Methods inherited from interface org.eclipse.emf.cdo.lm.ModuleElement
getModule
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.emf.cdo.lm.reviews.Review
getAuthor, getId, getReviewers, getStatus, setAuthor, setId, setStatus
Methods inherited from interface org.eclipse.emf.cdo.lm.SystemElement
getSystem
-
Method Details
-
getDelivery
Delivery getDelivery()Returns the value of the 'Delivery' reference.- Returns:
- the value of the 'Delivery' reference.
- See Also:
- Generated
- Model
- resolveProxies="false" required="true"
-
setDelivery
Sets the value of the 'Delivery
' reference.- Parameters:
value
- the new value of the 'Delivery' reference.- See Also:
- Generated
-
getTargetTimeStamp
long getTargetTimeStamp()Returns the value of the 'Target Time Stamp' attribute.- Returns:
- the value of the 'Target Time Stamp' attribute.
- See Also:
- Generated
- Model
- required="true" transient="true" changeable="false" volatile="true" derived="true"
-
getDropType
DropType getDropType()Returns the value of the 'Drop Type' reference.- Returns:
- the value of the 'Drop Type' reference.
- See Also:
- Generated
- Model
- resolveProxies="false" required="true"
-
setDropType
Sets the value of the 'Drop Type
' reference.- Parameters:
value
- the new value of the 'Drop Type' reference.- See Also:
- Generated
-
getDropLabel
String getDropLabel()Returns the value of the 'Drop Label' attribute.- Returns:
- the value of the 'Drop Label' attribute.
- See Also:
- Generated
- Model
-
setDropLabel
Sets the value of the 'Drop Label
' attribute.- Parameters:
value
- the new value of the 'Drop Label' attribute.- See Also:
- Generated
-