org.eclipse.emf.emfstore.internal.common.model
Interface IdentifiableElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AbstractOperation, ACGroup, ACOrgUnit, ACUser, AttributeOperation, CompositeOperation, CreateDeleteOperation, FeatureOperation, FileIdentifier, MultiAttributeMoveOperation, MultiAttributeOperation, MultiAttributeSetOperation, MultiReferenceMoveOperation, MultiReferenceOperation, MultiReferenceSetOperation, ProjectSpace, ReferenceOperation, SemanticCompositeOperation, SingleReferenceOperation
All Known Implementing Classes:
AbstractOperationImpl, ACGroupImpl, ACOrgUnitImpl, ACUserImpl, AttributeOperationImpl, CompositeOperationImpl, CreateDeleteOperationImpl, FeatureOperationImpl, FileIdentifierImpl, IdentifiableElementImpl, MultiAttributeMoveOperationImpl, MultiAttributeOperationImpl, MultiAttributeSetOperationImpl, MultiReferenceMoveOperationImpl, MultiReferenceOperationImpl, MultiReferenceSetOperationImpl, ProjectSpaceBase, ProjectSpaceImpl, ReferenceOperationImpl, SemanticCompositeOperationImpl, SingleReferenceOperationImpl

public interface IdentifiableElement
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Identifiable Element'.

The following features are supported:

See Also:
ModelPackage.getIdentifiableElement()

Method Summary
 String getIdentifier()
          Returns the value of the 'Identifier' attribute.
 void setIdentifier(String value)
          Sets the value of the 'Identifier' attribute.
 
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
 

Method Detail

getIdentifier

String getIdentifier()
Returns the value of the 'Identifier' attribute.

If the meaning of the 'Identifier' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Identifier' attribute.
See Also:
setIdentifier(String), ModelPackage.getIdentifiableElement_Identifier()

setIdentifier

void setIdentifier(String value)
Sets the value of the 'Identifier' attribute.

Parameters:
value - the new value of the 'Identifier' attribute.
See Also:
getIdentifier()


Copyright © 2015. All Rights Reserved.