Interface ObjectModification
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Modification
,Notifier
- All Known Implementing Classes:
ObjectModificationImpl
A representation of the model object 'Object Modification
'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the value of the 'Name' attribute.getType()
Returns the value of the 'Type' reference.long
getValue()
Returns the value of the 'Value' attribute.Returns the value of the 'Varied Object Id' attribute.void
Sets the value of the 'Name
' attribute.void
setType
(VariationType value) Sets the value of the 'Type
' reference.void
setValue
(long value) Sets the value of the 'Value
' attribute.void
setVariedObjectId
(String value) Sets the value of the 'Varied Object Id
' attribute.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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getType
VariationType getType()Returns the value of the 'Type' reference.If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setType
Sets the value of the 'Type
' reference.- Parameters:
value
- the new value of the 'Type' reference.- See Also:
- Generated class or method.
-
getName
String getName()Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated class or method.
-
getVariedObjectId
String getVariedObjectId()Returns the value of the 'Varied Object Id' attribute.If the meaning of the 'Varied Object Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Varied Object Id' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setVariedObjectId
Sets the value of the 'Varied Object Id
' attribute.- Parameters:
value
- the new value of the 'Varied Object Id' attribute.- See Also:
- Generated class or method.
-
getValue
long getValue()Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setValue
void setValue(long value) Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
- Generated class or method.
-