|
static final String | ELEM_NAME = "argument" |
|
static final String | IN = "in" |
|
static final String | OUT = "out" |
|
◆ Argument() [1/4]
org.cybergarage.upnp.Argument.Argument |
( |
| ) |
|
|
inline |
◆ Argument() [2/4]
org.cybergarage.upnp.Argument.Argument |
( |
Node | servNode | ) |
|
|
inline |
◆ Argument() [3/4]
org.cybergarage.upnp.Argument.Argument |
( |
Node | servNode, |
|
|
Node | argNode ) |
|
inline |
◆ Argument() [4/4]
org.cybergarage.upnp.Argument.Argument |
( |
String | name, |
|
|
String | value ) |
|
inline |
◆ getAction()
Action org.cybergarage.upnp.Argument.getAction |
( |
| ) |
|
|
inline |
◆ getActionNode()
Node org.cybergarage.upnp.Argument.getActionNode |
( |
| ) |
|
|
inline |
◆ getArgumentData()
ArgumentData org.cybergarage.upnp.Argument.getArgumentData |
( |
| ) |
|
|
inlineprivate |
◆ getArgumentNode()
Node org.cybergarage.upnp.Argument.getArgumentNode |
( |
| ) |
|
|
inline |
◆ getDirection()
String org.cybergarage.upnp.Argument.getDirection |
( |
| ) |
|
|
inline |
◆ getIntegerValue()
int org.cybergarage.upnp.Argument.getIntegerValue |
( |
| ) |
|
|
inline |
◆ getName()
String org.cybergarage.upnp.Argument.getName |
( |
| ) |
|
|
inline |
◆ getRelatedStateVariable()
StateVariable org.cybergarage.upnp.Argument.getRelatedStateVariable |
( |
| ) |
|
|
inline |
◆ getRelatedStateVariableName()
String org.cybergarage.upnp.Argument.getRelatedStateVariableName |
( |
| ) |
|
|
inline |
◆ getService()
Service org.cybergarage.upnp.Argument.getService |
( |
| ) |
|
|
inline |
◆ getServiceNode()
Node org.cybergarage.upnp.Argument.getServiceNode |
( |
| ) |
|
|
inlineprivate |
◆ getUserData()
Object org.cybergarage.upnp.Argument.getUserData |
( |
| ) |
|
|
inline |
◆ getValue()
String org.cybergarage.upnp.Argument.getValue |
( |
| ) |
|
|
inline |
◆ isArgumentNode()
static boolean org.cybergarage.upnp.Argument.isArgumentNode |
( |
Node | node | ) |
|
|
inlinestatic |
◆ isInDirection()
boolean org.cybergarage.upnp.Argument.isInDirection |
( |
| ) |
|
|
inline |
◆ isOutDirection()
boolean org.cybergarage.upnp.Argument.isOutDirection |
( |
| ) |
|
|
inline |
◆ setDirection()
void org.cybergarage.upnp.Argument.setDirection |
( |
String | value | ) |
|
|
inline |
◆ setName()
void org.cybergarage.upnp.Argument.setName |
( |
String | value | ) |
|
|
inline |
◆ setRelatedStateVariableName()
void org.cybergarage.upnp.Argument.setRelatedStateVariableName |
( |
String | value | ) |
|
|
inline |
◆ setUserData()
void org.cybergarage.upnp.Argument.setUserData |
( |
Object | data | ) |
|
|
inline |
◆ setValue() [1/2]
void org.cybergarage.upnp.Argument.setValue |
( |
int | value | ) |
|
|
inline |
◆ setValue() [2/2]
void org.cybergarage.upnp.Argument.setValue |
( |
String | value | ) |
|
|
inline |
◆ argumentNode
Node org.cybergarage.upnp.Argument.argumentNode |
|
private |
◆ DIRECTION
final String org.cybergarage.upnp.Argument.DIRECTION = "direction" |
|
staticprivate |
◆ ELEM_NAME
final String org.cybergarage.upnp.Argument.ELEM_NAME = "argument" |
|
static |
◆ IN
final String org.cybergarage.upnp.Argument.IN = "in" |
|
static |
◆ NAME
final String org.cybergarage.upnp.Argument.NAME = "name" |
|
staticprivate |
◆ OUT
final String org.cybergarage.upnp.Argument.OUT = "out" |
|
static |
◆ RELATED_STATE_VARIABLE
final String org.cybergarage.upnp.Argument.RELATED_STATE_VARIABLE = "relatedStateVariable" |
|
staticprivate |
◆ serviceNode
Node org.cybergarage.upnp.Argument.serviceNode |
|
private |
◆ userData
Object org.cybergarage.upnp.Argument.userData = null |
|
private |
The documentation for this class was generated from the following file: