org.teleal.cling.model.meta
Class Action<S extends Service>
java.lang.Object
org.teleal.cling.model.meta.Action<S>
- All Implemented Interfaces:
- Validatable
- Direct Known Subclasses:
- QueryStateVariableAction
public class Action<S extends Service>
- extends Object
- implements Validatable
Action
public Action(String name,
ActionArgument[] arguments)
getName
public String getName()
hasArguments
public boolean hasArguments()
getArguments
public ActionArgument[] getArguments()
getService
public S getService()
getInputArguments
public List<ActionArgument<S>> getInputArguments()
getOutputArguments
public List<ActionArgument<S>> getOutputArguments()
getInputInvocationValues
public ActionInvocationValues getInputInvocationValues()
getOutputInvocationValues
public ActionInvocationValues getOutputInvocationValues()
getInputArgumentNames
public List<String> getInputArgumentNames()
getOutputArgumentNames
public List<String> getOutputArgumentNames()
hasInputArguments
public boolean hasInputArguments()
hasOutputArguments
public boolean hasOutputArguments()
toString
public String toString()
- Overrides:
toString
in class Object
validate
public List<ValidationError> validate()
- Specified by:
validate
in interface Validatable
deepCopy
public Action<S> deepCopy()
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.