Package de.gebit.integrity.dsl
Interface TimeProgressionFactor
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TimeProgressionFactorImpl
public interface TimeProgressionFactor
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Time Progression Factor'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Calculated Value' containment reference.Returns the value of the 'Fixed Value' attribute.voidSets the value of the 'Calculated Value' containment reference.voidsetFixedValue(String value) Sets the value of the 'Fixed Value' attribute.Methods 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFixedValue
String getFixedValue()Returns the value of the 'Fixed Value' attribute.- Returns:
- the value of the 'Fixed Value' attribute.
- See Also:
-
setFixedValue
Sets the value of the 'Fixed Value' attribute.- Parameters:
value- the new value of the 'Fixed Value' attribute.- See Also:
-
getCalculatedValue
ValueOrEnumValueOrOperation getCalculatedValue()Returns the value of the 'Calculated Value' containment reference.- Returns:
- the value of the 'Calculated Value' containment reference.
- See Also:
-
setCalculatedValue
Sets the value of the 'Calculated Value' containment reference.- Parameters:
value- the new value of the 'Calculated Value' containment reference.- See Also:
-