Interface Literal
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,Entity,EObject,de.uka.ipd.sdq.identifier.Identifier,Notifier
- All Known Implementing Classes:
LiteralImpl
A representation of the model object 'Literal'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiongetEnum()Returns the value of the 'Enum' container reference.voidsetEnum(Enumeration value) Sets the value of the 'Enum' container reference.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, cdoWriteOptionMethods inherited from interface org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.Entity
getName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setIdMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getEnum
Enumeration getEnum()Returns the value of the 'Enum' container reference. It is bidirectional and its opposite is 'Literals'.- Returns:
- the value of the 'Enum' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="literals" required="true" transient="false"
-
setEnum
Sets the value of the 'Enum' container reference.- Parameters:
value- the new value of the 'Enum' container reference.- See Also:
- Generated class or method.
-