OutputBinding<T> Interface 
    Type Parameters
- T
public interface OutputBinding<T>
This type should be used with the parameter of output bindings.
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| abstract T | getValue() Get the value to be passed to the output binding. | 
| abstract void | setValue(T value) Set the value to be passed to the output binding. | 
Method Details
getValue
public abstract T getValue()
Get the value to be passed to the output binding.
Returns:
setValue
public abstract void setValue(T value)
Set the value to be passed to the output binding.
Parameters: