Uses of Class
org.teleal.cling.model.meta.ActionArgument

Packages that use ActionArgument
org.teleal.cling.binding.annotations   
org.teleal.cling.binding.staging   
org.teleal.cling.model.action   
org.teleal.cling.model.meta   
 

Uses of ActionArgument in org.teleal.cling.binding.annotations
 

Methods in org.teleal.cling.binding.annotations that return types with arguments of type ActionArgument
protected  java.util.List<ActionArgument> AnnotationActionBinder.createInputArguments()
           
protected  java.util.Map<ActionArgument<LocalService>,StateVariableAccessor> AnnotationActionBinder.createOutputArguments()
           
 

Method parameters in org.teleal.cling.binding.annotations with type arguments of type ActionArgument
protected  ActionExecutor AnnotationActionBinder.createExecutor(java.util.Map<ActionArgument<LocalService>,StateVariableAccessor> outputArguments)
           
 

Uses of ActionArgument in org.teleal.cling.binding.staging
 

Methods in org.teleal.cling.binding.staging that return ActionArgument
 ActionArgument MutableActionArgument.build()
           
 ActionArgument[] MutableAction.createActionArgumennts()
           
 

Uses of ActionArgument in org.teleal.cling.model.action
 

Fields in org.teleal.cling.model.action with type parameters of type ActionArgument
protected  java.util.Map<ActionArgument<LocalService>,StateVariableAccessor> ActionExecutor.outputArgumentAccessors
           
 

Methods in org.teleal.cling.model.action that return ActionArgument
 ActionArgument<S> ActionArgumentValue.getArgument()
           
 

Methods in org.teleal.cling.model.action that return types with arguments of type ActionArgument
 java.util.List<ActionArgument<S>> ActionInvocationValues.getArguments()
           
 java.util.Map<ActionArgument<LocalService>,StateVariableAccessor> ActionExecutor.getOutputArgumentAccessors()
           
 

Methods in org.teleal.cling.model.action with parameters of type ActionArgument
 ActionArgumentValue<S> ActionInvocationValues.createValue(ActionArgument<S> argument, java.lang.Object value)
           
 

Constructors in org.teleal.cling.model.action with parameters of type ActionArgument
ActionArgumentValue(ActionArgument<S> argument, java.lang.Object value)
           
 

Constructor parameters in org.teleal.cling.model.action with type arguments of type ActionArgument
ActionExecutor(java.util.Map<ActionArgument<LocalService>,StateVariableAccessor> outputArgumentAccessors)
           
ActionInvocationValues(java.util.List<ActionArgument<S>> arguments, boolean input)
           
MethodActionExecutor(java.util.Map<ActionArgument<LocalService>,StateVariableAccessor> outputArgumentAccessors, java.lang.reflect.Method method)
           
 

Uses of ActionArgument in org.teleal.cling.model.meta
 

Methods in org.teleal.cling.model.meta that return ActionArgument
 ActionArgument[] Action.getArguments()
           
 

Methods in org.teleal.cling.model.meta that return types with arguments of type ActionArgument
 java.util.List<ActionArgument<S>> Action.getInputArguments()
           
 java.util.List<ActionArgument<S>> Action.getOutputArguments()
           
 

Methods in org.teleal.cling.model.meta with parameters of type ActionArgument
 Datatype<S> Service.getDatatype(ActionArgument argument)
           
 StateVariable<S> Service.getRelatedStateVariable(ActionArgument argument)
           
 

Constructors in org.teleal.cling.model.meta with parameters of type ActionArgument
Action(java.lang.String name, ActionArgument[] arguments)
           
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.