public interface ISpreadsheetValuesList
Modifier and Type | Method and Description |
---|---|
int |
getSize()
Returns the total number of fragments (time span to object associations).
|
Object |
getValue(ITimeSpan span)
Returns the value for the given time span.
|
void |
setValue(Object value,
ITimeSpan span)
Sets an object as a value for the given time span.
|
void setValue(Object value, ITimeSpan span)
value
- the new valuespan
- the time spangetValue(ITimeSpan)
Object getValue(ITimeSpan span)
span
- setValue(Object, ITimeSpan)
int getSize()
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.