Interface Value
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DoubleValue
,FloatValue
,IntValue
,LongValue
public interface Value
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Value'.
The following features are supported:
- See Also:
kieker.model.analysismodel.statistics.StatisticsPackage#getValue()
- Generated:
- Model:
- abstract="true"
-
Method Summary
Modifier and Type Method Description java.time.Instant
getTimestamp()
Returns the value of the 'Timestamp' attribute.void
setTimestamp(java.time.Instant value)
Sets the value of the 'Timestamp
' attribute.
-
Method Details
-
getTimestamp
java.time.Instant getTimestamp()Returns the value of the 'Timestamp' attribute.- Returns:
- the value of the 'Timestamp' attribute.
- See Also:
setTimestamp(Instant)
,kieker.model.analysismodel.statistics.StatisticsPackage#getValue_Timestamp()
- Generated:
- Model:
- dataType="kieker.model.analysismodel.Instant"
-
setTimestamp
void setTimestamp(java.time.Instant value)Sets the value of the 'Timestamp
' attribute.- Parameters:
value
- the new value of the 'Timestamp' attribute.- See Also:
getTimestamp()
- Generated:
-