public class QueryStateVariableAction<S extends Service> extends Action<S>
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_NAME |
static String |
INPUT_ARG_VAR_NAME |
static String |
OUTPUT_ARG_RETURN |
static String |
VIRTUAL_STATEVARIABLE_INPUT |
static String |
VIRTUAL_STATEVARIABLE_OUTPUT |
| Constructor and Description |
|---|
QueryStateVariableAction() |
QueryStateVariableAction(S service) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<ValidationError> |
validate() |
deepCopy, getArguments, getFirstInputArgument, getFirstOutputArgument, getInputArgument, getInputArguments, getOutputArgument, getOutputArguments, getService, hasArguments, hasInputArguments, hasOutputArguments, toStringpublic static final String INPUT_ARG_VAR_NAME
public static final String OUTPUT_ARG_RETURN
public static final String ACTION_NAME
public static final String VIRTUAL_STATEVARIABLE_INPUT
public static final String VIRTUAL_STATEVARIABLE_OUTPUT
public QueryStateVariableAction()
public QueryStateVariableAction(S service)
public List<ValidationError> validate()
Copyright © 2023 jUPnP.org. All rights reserved.