Package org.cybergarage.upnp
Class Argument
- java.lang.Object
-
- org.cybergarage.upnp.Argument
-
public class Argument extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Action
getAction()
Node
getActionNode()
Node
getArgumentNode()
String
getDirection()
int
getIntegerValue()
String
getName()
StateVariable
getRelatedStateVariable()
String
getRelatedStateVariableName()
Service
getService()
Object
getUserData()
String
getValue()
static boolean
isArgumentNode(Node node)
boolean
isInDirection()
boolean
isOutDirection()
void
setDirection(String value)
void
setName(String value)
void
setRelatedStateVariableName(String value)
(package private) void
setService(Service s)
void
setUserData(Object data)
void
setValue(int value)
void
setValue(String value)
-
-
-
Field Detail
-
ELEM_NAME
public static final String ELEM_NAME
- See Also:
- Constant Field Values
-
IN
public static final String IN
- See Also:
- Constant Field Values
-
OUT
public static final String OUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getArgumentNode
public Node getArgumentNode()
-
getService
public Service getService()
-
setService
void setService(Service s)
-
getActionNode
public Node getActionNode()
-
getAction
public Action getAction()
-
isArgumentNode
public static boolean isArgumentNode(Node node)
-
setName
public void setName(String value)
-
getName
public String getName()
-
setDirection
public void setDirection(String value)
-
getDirection
public String getDirection()
-
isInDirection
public boolean isInDirection()
-
isOutDirection
public boolean isOutDirection()
-
setRelatedStateVariableName
public void setRelatedStateVariableName(String value)
-
getRelatedStateVariableName
public String getRelatedStateVariableName()
-
getRelatedStateVariable
public StateVariable getRelatedStateVariable()
-
setValue
public void setValue(String value)
-
setValue
public void setValue(int value)
-
getValue
public String getValue()
-
getIntegerValue
public int getIntegerValue()
-
setUserData
public void setUserData(Object data)
-
getUserData
public Object getUserData()
-
-