Package UncertaintyVariationModel
Interface Value
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,Notifier
- All Known Subinterfaces:
PrimitiveValue,ValueCollection
- All Known Implementing Classes:
PrimitiveValueImpl,ValueCollectionImpl,ValueImpl
public interface Value extends org.eclipse.emf.cdo.CDOObjectA representation of the model object 'Value'.The following features are supported:
- See Also:
UncertaintyVariationModelPackage.getValue()- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariationDescriptiongetVariationdescription()Returns the value of the 'Variationdescription' container reference.voidsetVariationdescription(VariationDescription value)Sets the value of the 'Variationdescription' 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.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
-
getVariationdescription
VariationDescription getVariationdescription()
Returns the value of the 'Variationdescription' container reference. It is bidirectional and its opposite is 'Target Variations'.- Returns:
- the value of the 'Variationdescription' container reference.
- See Also:
setVariationdescription(VariationDescription),UncertaintyVariationModelPackage.getValue_Variationdescription(),VariationDescription.getTargetVariations()- Generated class or method.
- EMF model class or method.
- opposite="targetVariations" transient="false"
-
setVariationdescription
void setVariationdescription(VariationDescription value)
Sets the value of the 'Variationdescription' container reference.- Parameters:
value- the new value of the 'Variationdescription' container reference.- See Also:
getVariationdescription()- Generated class or method.
-
-