Verwendungen von Klasse
org.jupnp.model.state.StateVariableAccessor
Packages, die StateVariableAccessor verwenden
Package
Beschreibung
-
Verwendungen von StateVariableAccessor in org.jupnp.binding.annotations
Felder in org.jupnp.binding.annotations, die deklariert sind als StateVariableAccessorModifizierer und TypFeldBeschreibungprotected StateVariableAccessorAnnotationStateVariableBinder.accessorFelder in org.jupnp.binding.annotations mit Typparametern vom Typ StateVariableAccessorModifizierer und TypFeldBeschreibungprotected Map<StateVariable, StateVariableAccessor> AnnotationActionBinder.stateVariablesMethoden in org.jupnp.binding.annotations, die StateVariableAccessor zurückgebenModifizierer und TypMethodeBeschreibungprotected StateVariableAccessorAnnotationActionBinder.findOutputArgumentAccessor(StateVariable stateVariable, String getterName, boolean multipleArguments) AnnotationStateVariableBinder.getAccessor()Methoden in org.jupnp.binding.annotations, die Typen mit Argumenten vom Typ StateVariableAccessor zurückgebenModifizierer und TypMethodeBeschreibungprotected Map<ActionArgument<LocalService>, StateVariableAccessor> AnnotationActionBinder.createOutputArguments()AnnotationActionBinder.getStateVariables()protected Map<StateVariable, StateVariableAccessor> AnnotationLocalServiceBinder.readStateVariables(Class<?> clazz, Set<Class> stringConvertibleTypes) Methodenparameter in org.jupnp.binding.annotations mit Typargumenten vom Typ StateVariableAccessorModifizierer und TypMethodeBeschreibungprotected ActionExecutorAnnotationActionBinder.createExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor> outputArguments) protected Map<Action, ActionExecutor> AnnotationLocalServiceBinder.readActions(Class<?> clazz, Map<StateVariable, StateVariableAccessor> stateVariables, Set<Class> stringConvertibleTypes) Konstruktoren in org.jupnp.binding.annotations mit Parametern vom Typ StateVariableAccessorModifiziererKonstruktorBeschreibungAnnotationStateVariableBinder(UpnpStateVariable annotation, String name, StateVariableAccessor accessor, Set<Class> stringConvertibleTypes) Konstruktorparameter in org.jupnp.binding.annotations mit Typargumenten vom Typ StateVariableAccessorModifiziererKonstruktorBeschreibungAnnotationActionBinder(Method method, Map<StateVariable, StateVariableAccessor> stateVariables, Set<Class> stringConvertibleTypes) -
Verwendungen von StateVariableAccessor in org.jupnp.model.action
Felder in org.jupnp.model.action mit Typparametern vom Typ StateVariableAccessorModifizierer und TypFeldBeschreibungprotected Map<ActionArgument<LocalService>, StateVariableAccessor> AbstractActionExecutor.outputArgumentAccessorsMethoden in org.jupnp.model.action, die Typen mit Argumenten vom Typ StateVariableAccessor zurückgebenKonstruktorparameter in org.jupnp.model.action mit Typargumenten vom Typ StateVariableAccessorModifiziererKonstruktorBeschreibungprotectedAbstractActionExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor> outputArgumentAccessors) MethodActionExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor> outputArgumentAccessors, Method method) -
Verwendungen von StateVariableAccessor in org.jupnp.model.meta
Felder in org.jupnp.model.meta mit Typparametern vom Typ StateVariableAccessorModifizierer und TypFeldBeschreibungprotected final Map<StateVariable, StateVariableAccessor> LocalService.stateVariableAccessorsMethoden in org.jupnp.model.meta, die StateVariableAccessor zurückgebenModifizierer und TypMethodeBeschreibungLocalService.getAccessor(String stateVariableName) LocalService.getAccessor(StateVariable stateVariable) -
Verwendungen von StateVariableAccessor in org.jupnp.model.state
Unterklassen von StateVariableAccessor in org.jupnp.model.stateModifizierer und TypKlasseBeschreibungclassReads the value of a state variable using reflection and a field.classReads the value of a state variable using reflection and a getter method.