Interface Entity
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,de.uka.ipd.sdq.identifier.Identifier,Notifier
- All Known Subinterfaces:
BehaviorDefinition,Characteristic,CharacteristicType,EnumCharacteristic,EnumCharacteristicType,Enumeration,Literal,Pin
- All Known Implementing Classes:
BehaviorDefinitionImpl,CharacteristicImpl,CharacteristicTypeImpl,EntityImpl,EnumCharacteristicImpl,EnumCharacteristicTypeImpl,EnumerationImpl,LiteralImpl,PinImpl
public interface Entity extends de.uka.ipd.sdq.identifier.IdentifierA representation of the model object 'Entity'.The following features are supported:
- See Also:
DataDictionaryCharacterizedPackage.getEntity()- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the value of the 'Name' attribute.voidsetName(String value)Sets the value of the 'Name' 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
-
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),DataDictionaryCharacterizedPackage.getEntity_Name()- Generated class or method.
- EMF model class or method.
-
-