Package com.microstrategy.web.objects
Interface WebClusters
-
public interface WebClustersThis is a collection ofWebClusterinterfaces.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Enumerationelements()Returns an Enumeration of all of theWebClusterobjects in the collection.WebClusterget(int index)Returns the item in the collection at the index given.intsize()Returns the number of clusters in the collection.
-
-
-
Method Detail
-
elements
java.util.Enumeration elements()
Returns an Enumeration of all of theWebClusterobjects in the collection.- Returns:
- An Enumeration of
WebClusterobjects.
-
size
int size()
Returns the number of clusters in the collection.- Returns:
- The number of clusters in the collection.
-
get
WebCluster get(int index)
Returns the item in the collection at the index given.- Parameters:
index- The index of theWebClusterto be returned.
-
-