public interface Identifier
extends org.eclipse.emf.cdo.CDOObject
Inherit from this entity to make an element uniquely identifiable.
Identifiers are not fixed to one realization.
GUIDs are recommend. GUIDs are described in their own model. See GUIDModel (GUID.emx).
Identifier implementations can be found in external projects only.
The following features are supported:
IdentifierPackage.getIdentifier()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
Identifier attribute, in the default PCM implementation, this field is filled with a randomly generated UUID valuesetId(String)
,
IdentifierPackage.getIdentifier_Id()