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
public interface Literal extends Entity
A representation of the model object 'Literal'.The following features are supported:
- See Also:
DataDictionaryCharacterizedPackage.getLiteral()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnumerationgetEnum()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, cdoWriteOption
-
Methods inherited from interface org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.Entity
getName, setName
-
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
-
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:
setEnum(Enumeration),DataDictionaryCharacterizedPackage.getLiteral_Enum(),Enumeration.getLiterals()- Generated class or method.
- EMF model class or method.
- opposite="literals" required="true" transient="false"
-
setEnum
void setEnum(Enumeration value)
Sets the value of the 'Enum' container reference.- Parameters:
value- the new value of the 'Enum' container reference.- See Also:
getEnum()- Generated class or method.
-
-