public abstract class ReturnValue<T> extends Object
| Constructor and Description |
|---|
ReturnValue() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
getDefaultValue() |
protected abstract void |
setDefaultValue() |
void |
setValue(T t) |
T |
value() |
Copyright © 2015. All rights reserved.