public interface ISlicerCaches extends java.lang.Iterable<ISlicerCache>
| Modifier and Type | Method and Description |
|---|---|
ISlicerCache |
add(java.lang.Object source,
java.lang.String sourceField)
Adds a new
ISlicerCache object to the collection. |
ISlicerCache |
add(java.lang.Object source,
java.lang.String sourceField,
java.lang.String name)
Adds a new
ISlicerCache object to the collection. |
ISlicerCache |
get(int index)
Gets the
ISlicerCache with the specified index. |
ISlicerCache |
get(java.lang.String name)
Gets the
ISlicerCache with the specified name. |
int |
getCount()
Gets the number of objects in the collection.
|
int getCount()
ISlicerCache get(int index)
ISlicerCache with the specified index.index - the index.ISlicerCache get(java.lang.String name)
ISlicerCache with the specified name.name - the name.ISlicerCache add(java.lang.Object source, java.lang.String sourceField)
ISlicerCache object to the collection.source - The data source that the new ISlicerCache will be based
on.sourceField - The name of the field in the data source to filter by.ISlicerCache.ISlicerCache add(java.lang.Object source, java.lang.String sourceField, java.lang.String name)
ISlicerCache object to the collection.source - The data source that the new ISlicerCache will be based
on.sourceField - The name of the field in the data source to filter by.name - The name uses to reference the slicer cache (the name property of the
ISlicerCache).ISlicerCache.