Package org.eclipse.emf.cdo.lm.assembly
Schnittstelle AssemblyModule
- Alle Superschnittstellen:
CDOObject
,CDOWithID
,Comparable<AssemblyModule>
,EObject
,ModelElement
,Notifier
- Alle bekannten Implementierungsklassen:
AssemblyModuleImpl
A representation of the model object
'Module'.
- Siehe auch:
- Generated
- Extends
- Comparable
- 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
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the value of the 'Assembly' container reference.Returns the value of the 'Branch Point' attribute.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Version' attribute.boolean
isRoot()
Returns the value of the 'Root' attribute.void
setAssembly
(Assembly value) Sets the value of the 'Assembly
' container reference.void
setBranchPoint
(CDOBranchPointRef value) Sets the value of the 'Branch Point
' attribute.void
Sets the value of the 'Name
' attribute.void
setRoot
(boolean value) Sets the value of the 'Root
' attribute.void
setVersion
(Version value) Sets the value of the 'Version
' attribute.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 java.lang.Comparable
compareTo
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
-
Felddetails
-
COMPARATOR
-
-
Methodendetails
-
getAssembly
Assembly getAssembly()Returns the value of the 'Assembly' container reference. It is bidirectional and its opposite is 'Modules
'.- Gibt zurück:
- the value of the 'Assembly' container reference.
- Siehe auch:
- Generated
- Model
- opposite="modules" required="true" transient="false"
-
setAssembly
Sets the value of the 'Assembly
' container reference.- Parameter:
value
- the new value of the 'Assembly' container reference.- Siehe auch:
- Generated
-
getName
String getName()Returns the value of the 'Name' attribute.- Gibt zurück:
- the value of the 'Name' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setName
Sets the value of the 'Name
' attribute.- Parameter:
value
- the new value of the 'Name' attribute.- Siehe auch:
- Generated
-
getVersion
Version getVersion()Returns the value of the 'Version' attribute.- Gibt zurück:
- the value of the 'Version' attribute.
- Siehe auch:
- Generated
- Model
- dataType="org.eclipse.emf.cdo.lm.modules.Version" required="true"
-
setVersion
Sets the value of the 'Version
' attribute.- Parameter:
value
- the new value of the 'Version' attribute.- Siehe auch:
- Generated
-
getBranchPoint
CDOBranchPointRef getBranchPoint()Returns the value of the 'Branch Point' attribute.- Gibt zurück:
- the value of the 'Branch Point' attribute.
- Siehe auch:
- Generated
- Model
- dataType="org.eclipse.emf.cdo.etypes.BranchPointRef" required="true"
-
setBranchPoint
Sets the value of the 'Branch Point
' attribute.- Parameter:
value
- the new value of the 'Branch Point' attribute.- Siehe auch:
- Generated
-
isRoot
boolean isRoot()Returns the value of the 'Root' attribute.- Gibt zurück:
- the value of the 'Root' attribute.
- Siehe auch:
- Generated
- Model
-
setRoot
void setRoot(boolean value) Sets the value of the 'Root
' attribute.- Parameter:
value
- the new value of the 'Root' attribute.- Siehe auch:
- Generated
-