Package UncertaintyVariationModel
Interface PrimitiveValue
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
,Value
- All Known Implementing Classes:
PrimitiveValueImpl
public interface PrimitiveValue extends Value
A representation of the model object 'Primitive Value'.The following features are supported:
- See Also:
UncertaintyVariationModelPackage.getPrimitiveValue()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.uka.ipd.sdq.identifier.Identifier
getLink()
Returns the value of the 'Link' reference.void
setLink(de.uka.ipd.sdq.identifier.Identifier value)
Sets the value of the 'Link
' 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.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
-
Methods inherited from interface UncertaintyVariationModel.Value
getVariationdescription, setVariationdescription
-
-
-
-
Method Detail
-
getLink
de.uka.ipd.sdq.identifier.Identifier getLink()
Returns the value of the 'Link' reference.- Returns:
- the value of the 'Link' reference.
- See Also:
setLink(Identifier)
,UncertaintyVariationModelPackage.getPrimitiveValue_Link()
- Generated class or method.
- EMF model class or method.
-
-