public interface OutputBinding<T>
This type should be used with the parameter of output bindings.
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Get the value to be passed to the output binding.
|
void |
setValue(T value)
Set the value to be passed to the output binding.
|
T getValue()
void setValue(T value)
value - The actual value to be passed to the output binding.Copyright © 2020. All rights reserved.