Interface IntervalEventEntity
-
- All Superinterfaces:
EventEntity,LocatableEntity,RMEntity
public interface IntervalEventEntity extends LocatableEntity, EventEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.ehrbase.client.classgenerator.shareddefinition.MathFunctiongetMathFunctionDefiningCode()LonggetSampleCount()TemporalAmountgetWidthValue()voidsetMathFunctionDefiningCode(org.ehrbase.client.classgenerator.shareddefinition.MathFunction mathFunctionDefiningCode)voidsetSampleCount(Long sampleCount)voidsetWidthValue(TemporalAmount widthValue)-
Methods inherited from interface org.ehrbase.client.classgenerator.interfaces.EventEntity
getTimeValue, setTimeValue
-
Methods inherited from interface org.ehrbase.client.classgenerator.interfaces.LocatableEntity
getFeederAudit, setFeederAudit
-
-
-
-
Method Detail
-
setWidthValue
void setWidthValue(TemporalAmount widthValue)
-
getWidthValue
TemporalAmount getWidthValue()
-
setMathFunctionDefiningCode
void setMathFunctionDefiningCode(org.ehrbase.client.classgenerator.shareddefinition.MathFunction mathFunctionDefiningCode)
-
getMathFunctionDefiningCode
org.ehrbase.client.classgenerator.shareddefinition.MathFunction getMathFunctionDefiningCode()
-
setSampleCount
void setSampleCount(Long sampleCount)
-
getSampleCount
Long getSampleCount()
-
-