Interface ExpectedTrend
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,ExpectedValue
,Notifier
- All Known Implementing Classes:
ExpectedTrendImpl
A representation of the model object 'Expected Trend'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiongetTrend()
Returns the value of the 'Trend' attribute.void
setTrend
(TrendPattern value) Sets the value of the 'Trend
' 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 Details
-
getTrend
TrendPattern getTrend()Returns the value of the 'Trend' attribute. The literals are from the enumerationTrendPattern
.- Returns:
- the value of the 'Trend' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setTrend
Sets the value of the 'Trend
' attribute.- Parameters:
value
- the new value of the 'Trend' attribute.- See Also:
- Generated class or method.
-