Package org.eclipse.emf.cdo.lm
Schnittstelle Stream
- Alle Superschnittstellen:
Baseline,CDOObject,CDOWithID,EObject,FloatingBaseline,ModelElement,ModuleElement,Notifier,StreamElement,SystemElement
- Alle bekannten Implementierungsklassen:
StreamImpl
A representation of the model object
'Stream'.
- 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.
-
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.lm.Baseline
COMPARATOR -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidforEachBaseline(Consumer<Baseline> consumer) booleanforEachBaseline(Predicate<Baseline> predicate) Returns the value of the 'Allowed Changes' attribute.getBase()Returns the value of the 'Base' reference.getBaseline(String baselineName) getBranchPoint(long timeStamp) Returns the value of the 'Code Name' attribute.Returns the value of the 'Contents' containment reference list.getDelivery(Change change) Returns the value of the 'Development Branch' attribute.Returns the value of the 'Maintenance Branch' attribute.longReturns the value of the 'Maintenance Time Stamp' attribute.intReturns the value of the 'Major Version' attribute.intReturns the value of the 'Minor Version' attribute.getMode()Returns the value of the 'Mode' attribute.Returns the value of the 'Module' container reference.longReturns the value of the 'Start Time Stamp' attribute.intinsertContent(Baseline baseline) voidsetAllowedChanges(Impact value) Sets the value of the 'Allowed Changes' attribute.voidSets the value of the 'Base' reference.voidsetCodeName(String value) Sets the value of the 'Code Name' attribute.voidsetDevelopmentBranch(CDOBranchRef value) Sets the value of the 'Development Branch' attribute.voidsetMaintenanceBranch(CDOBranchRef value) Sets the value of the 'Maintenance Branch' attribute.voidsetMaintenanceTimeStamp(long value) Sets the value of the 'Maintenance Time Stamp' attribute.voidsetMajorVersion(int value) Sets the value of the 'Major Version' attribute.voidsetMinorVersion(int value) Sets the value of the 'Minor Version' attribute.voidSets the value of the 'Module' container reference.voidsetStartTimeStamp(long value) Sets the value of the 'Start Time Stamp' attribute.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.Baseline
getBaseTimeStamp, getBranchPoint, getName, getStream, getTypeAndName, getTypeName, isFloating, setStreamVon 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.lm.FloatingBaseline
getBranch, getDeliveries, isClosed, setClosedVon 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
getSystem
-
Methodendetails
-
getModule
Module getModule()Returns the value of the 'Module' container reference. It is bidirectional and its opposite is 'Streams'.- Angegeben von:
getModulein SchnittstelleModuleElement- Gibt zurück:
- the value of the 'Module' container reference.
- Siehe auch:
- Generated
- Model
- opposite="streams" required="true" transient="false"
-
setModule
Sets the value of the 'Module' container reference.- Parameter:
value- the new value of the 'Module' container reference.- Siehe auch:
- Generated
-
getBase
Drop getBase()Returns the value of the 'Base' reference.- Angegeben von:
getBasein SchnittstelleFloatingBaseline- Gibt zurück:
- the value of the 'Base' reference.
- Siehe auch:
- Generated
- Model
-
setBase
Sets the value of the 'Base' reference.- Parameter:
value- the new value of the 'Base' reference.- Siehe auch:
- Generated
-
getStartTimeStamp
long getStartTimeStamp()Returns the value of the 'Start Time Stamp' attribute.- Gibt zurück:
- the value of the 'Start Time Stamp' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setStartTimeStamp
void setStartTimeStamp(long value) Sets the value of the 'Start Time Stamp' attribute.- Parameter:
value- the new value of the 'Start Time Stamp' attribute.- Siehe auch:
- Generated
-
getMajorVersion
int getMajorVersion()Returns the value of the 'Major Version' attribute.- Gibt zurück:
- the value of the 'Major Version' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setMajorVersion
void setMajorVersion(int value) Sets the value of the 'Major Version' attribute.- Parameter:
value- the new value of the 'Major Version' attribute.- Siehe auch:
- Generated
-
getMinorVersion
int getMinorVersion()Returns the value of the 'Minor Version' attribute.- Gibt zurück:
- the value of the 'Minor Version' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setMinorVersion
void setMinorVersion(int value) Sets the value of the 'Minor Version' attribute.- Parameter:
value- the new value of the 'Minor Version' attribute.- Siehe auch:
- Generated
-
getCodeName
String getCodeName()Returns the value of the 'Code Name' attribute.- Gibt zurück:
- the value of the 'Code Name' attribute.
- Siehe auch:
- Generated
- Model
-
setCodeName
Sets the value of the 'Code Name' attribute.- Parameter:
value- the new value of the 'Code Name' attribute.- Siehe auch:
- Generated
-
getAllowedChanges
Impact getAllowedChanges()Returns the value of the 'Allowed Changes' attribute. The default value is"Minor". The literals are from the enumerationImpact.- Gibt zurück:
- the value of the 'Allowed Changes' attribute.
- Siehe auch:
- Generated
- Model
- default="Minor"
-
setAllowedChanges
Sets the value of the 'Allowed Changes' attribute.- Parameter:
value- the new value of the 'Allowed Changes' attribute.- Siehe auch:
- Generated
-
getContents
Returns the value of the 'Contents' containment reference list. The list contents are of typeBaseline. It is bidirectional and its opposite is 'Stream'.- Gibt zurück:
- the value of the 'Contents' containment reference list.
- Siehe auch:
- Generated
- Model
- opposite="stream" containment="true"
-
getMaintenanceTimeStamp
long getMaintenanceTimeStamp()Returns the value of the 'Maintenance Time Stamp' attribute.- Gibt zurück:
- the value of the 'Maintenance Time Stamp' attribute.
- Siehe auch:
- Generated
- Model
-
setMaintenanceTimeStamp
void setMaintenanceTimeStamp(long value) Sets the value of the 'Maintenance Time Stamp' attribute.- Parameter:
value- the new value of the 'Maintenance Time Stamp' attribute.- Siehe auch:
- Generated
-
insertContent
- Generated
- Model
- baselineRequired="true"
-
getBranchPoint
- Generated
- Model
- dataType="org.eclipse.emf.cdo.etypes.BranchPointRef"
-
getMode
StreamMode getMode()Returns the value of the 'Mode' attribute. The literals are from the enumerationStreamMode.- Gibt zurück:
- the value of the 'Mode' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
getDevelopmentBranch
CDOBranchRef getDevelopmentBranch()Returns the value of the 'Development Branch' attribute.- Gibt zurück:
- the value of the 'Development Branch' attribute.
- Siehe auch:
- Generated
- Model
- dataType="org.eclipse.emf.cdo.etypes.BranchRef" required="true"
-
setDevelopmentBranch
Sets the value of the 'Development Branch' attribute.- Parameter:
value- the new value of the 'Development Branch' attribute.- Siehe auch:
- Generated
-
getMaintenanceBranch
CDOBranchRef getMaintenanceBranch()Returns the value of the 'Maintenance Branch' attribute.- Gibt zurück:
- the value of the 'Maintenance Branch' attribute.
- Siehe auch:
- Generated
- Model
- dataType="org.eclipse.emf.cdo.etypes.BranchRef"
-
setMaintenanceBranch
Sets the value of the 'Maintenance Branch' attribute.- Parameter:
value- the new value of the 'Maintenance Branch' attribute.- Siehe auch:
- Generated
-
getFirstRelease
Drop getFirstRelease()- Generated
- Model
- kind="operation"
-
getLastRelease
Drop getLastRelease()- Generated
- Model
- kind="operation"
-
getReleases
- Generated
- Model
- kind="operation"
-
getBasedChanges
- Generated
- Model
- kind="operation"
-
forEachBaseline
-
forEachBaseline
- Seit:
- 1.3
-
getBaseline
-
getDelivery
-