public abstract class ITimeWrapper extends Object
| Constructor and Description |
|---|
ITimeWrapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ITimeRecurrence recurrence) |
void |
clear() |
ITimeRecurrence |
get(int index) |
abstract List<ITimeRecurrence> |
getRecurrences() |
int |
size() |
public boolean add(ITimeRecurrence recurrence)
public void clear()
public int size()
public ITimeRecurrence get(int index)
public abstract List<ITimeRecurrence> getRecurrences()