org.fourthline.cling.model.meta
Class QueryStateVariableAction<S extends Service>
java.lang.Object
org.fourthline.cling.model.meta.Action<S>
org.fourthline.cling.model.meta.QueryStateVariableAction<S>
- All Implemented Interfaces:
- Validatable
public class QueryStateVariableAction<S extends Service>
- extends Action<S>
Describes a single action, the deprecated "query any state variable" action.
Note: This is already deprecated in UDA 1.0!
- Author:
- Christian Bauer
Methods inherited from class org.fourthline.cling.model.meta.Action |
deepCopy, getArguments, getFirstInputArgument, getFirstOutputArgument, getInputArgument, getInputArguments, getOutputArgument, getOutputArguments, getService, hasArguments, hasInputArguments, hasOutputArguments, toString |
INPUT_ARG_VAR_NAME
public static final String INPUT_ARG_VAR_NAME
- See Also:
- Constant Field Values
OUTPUT_ARG_RETURN
public static final String OUTPUT_ARG_RETURN
- See Also:
- Constant Field Values
ACTION_NAME
public static final String ACTION_NAME
- See Also:
- Constant Field Values
VIRTUAL_STATEVARIABLE_INPUT
public static final String VIRTUAL_STATEVARIABLE_INPUT
- See Also:
- Constant Field Values
VIRTUAL_STATEVARIABLE_OUTPUT
public static final String VIRTUAL_STATEVARIABLE_OUTPUT
- See Also:
- Constant Field Values
QueryStateVariableAction
public QueryStateVariableAction()
QueryStateVariableAction
public QueryStateVariableAction(S service)
getName
public String getName()
- Overrides:
getName
in class Action<S extends Service>
validate
public List<ValidationError> validate()
- Specified by:
validate
in interface Validatable
- Overrides:
validate
in class Action<S extends Service>
- Returns:
- An empty
List
if all rules validated properly, otherwise, the detected errors.
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.