| Package | Description |
|---|---|
| org.jupnp.binding.staging | |
| org.jupnp.model.meta |
| Modifier and Type | Field and Description |
|---|---|
ActionArgument.Direction |
MutableActionArgument.direction |
| Modifier and Type | Method and Description |
|---|---|
ActionArgument.Direction |
ActionArgument.getDirection() |
static ActionArgument.Direction |
ActionArgument.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionArgument.Direction[] |
ActionArgument.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ActionArgument(String name,
String[] aliases,
String relatedStateVariableName,
ActionArgument.Direction direction) |
ActionArgument(String name,
String[] aliases,
String relatedStateVariableName,
ActionArgument.Direction direction,
boolean returnValue) |
ActionArgument(String name,
String relatedStateVariableName,
ActionArgument.Direction direction) |
ActionArgument(String name,
String relatedStateVariableName,
ActionArgument.Direction direction,
boolean returnValue) |
Copyright © 2023 jUPnP.org. All rights reserved.