cybergarage-upnp
org.cybergarage.upnp.ActionList Class Reference
Inheritance diagram for org.cybergarage.upnp.ActionList:

Public Member Functions

 ActionList ()
 
Action getAction (int n)
 

Static Public Attributes

static final String ELEM_NAME = "actionList"
 

Detailed Description

A list of Action objects.

This class extends Vector to provide type-safe access to UPnP actions within a service.

See also
Action
Service

Constructor & Destructor Documentation

◆ ActionList()

org.cybergarage.upnp.ActionList.ActionList ( )
inline

Constructs an empty action list.

Member Function Documentation

◆ getAction()

Action org.cybergarage.upnp.ActionList.getAction ( int n)
inline

Returns the action at the specified index.

Parameters
nthe index of the action to retrieve
Returns
the action at the specified index
Exceptions
ArrayIndexOutOfBoundsExceptionif the index is out of range

Field Documentation

◆ 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: