com.microstrategy.web.objects.WebSubTitles |
Class Overview
Subtitles may be optionally associated with a
WebTitle
.
Summary
Public Methods |
abstract
Enumeration
|
elements()
|
abstract
WebSubTitle
|
get(int index)
Returns the WebSubTitle at the given index.
|
abstract
boolean
|
isEmpty()
|
abstract
int
|
size()
|
Public Methods
public
abstract
Enumeration
elements
()
Returns
- enumeration containing the WebSubTitle objects in this collection.
public
abstract
WebSubTitle
get
(int index)
Returns the WebSubTitle at the given index.
Parameters
index |
index of the element to return. |
Returns
- the element at the specified position.
Throws
IndexOutOfBoundsException
| if index is out of range (index < 0 || index >= size()) . |
public
abstract
boolean
isEmpty
()
public
abstract
int
size
()
Returns
- the number of WebSubTitle objects in this collection.