A list of Action objects.
This class extends Vector to provide type-safe access to UPnP actions within a service.
- See also
- Action
-
Service
◆ ActionList()
| org.cybergarage.upnp.ActionList.ActionList |
( |
| ) |
|
|
inline |
Constructs an empty action list.
◆ getAction()
| Action org.cybergarage.upnp.ActionList.getAction |
( |
int | n | ) |
|
|
inline |
Returns the action at the specified index.
- Parameters
-
| n | the index of the action to retrieve |
- Returns
- the action at the specified index
- Exceptions
-
| ArrayIndexOutOfBoundsException | if the index is out of range |
◆ ELEM_NAME
| final String org.cybergarage.upnp.ActionList.ELEM_NAME = "actionList" |
|
static |
The XML element name for action list nodes in service descriptions.
The documentation for this class was generated from the following file: