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.EObjectA representation of the model object 'Time Progression Factor'.The following features are supported:
- See Also:
DslPackage.getTimeProgressionFactor()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueOrEnumValueOrOperationgetCalculatedValue()Returns the value of the 'Calculated Value' containment reference.StringgetFixedValue()Returns the value of the 'Fixed Value' attribute.voidsetCalculatedValue(ValueOrEnumValueOrOperation value)Sets the value of the 'Calculated Value' containment reference.voidsetFixedValue(String value)Sets the value of the 'Fixed Value' attribute.
-
-
-
Method Detail
-
getFixedValue
String getFixedValue()
Returns the value of the 'Fixed Value' attribute.- Returns:
- the value of the 'Fixed Value' attribute.
- See Also:
setFixedValue(String),DslPackage.getTimeProgressionFactor_FixedValue()
-
setFixedValue
void setFixedValue(String value)
Sets the value of the 'Fixed Value' attribute.- Parameters:
value- the new value of the 'Fixed Value' attribute.- See Also:
getFixedValue()
-
getCalculatedValue
ValueOrEnumValueOrOperation getCalculatedValue()
Returns the value of the 'Calculated Value' containment reference.- Returns:
- the value of the 'Calculated Value' containment reference.
- See Also:
setCalculatedValue(ValueOrEnumValueOrOperation),DslPackage.getTimeProgressionFactor_CalculatedValue()
-
setCalculatedValue
void setCalculatedValue(ValueOrEnumValueOrOperation value)
Sets the value of the 'Calculated Value' containment reference.- Parameters:
value- the new value of the 'Calculated Value' containment reference.- See Also:
getCalculatedValue()
-
-