public abstract class BatchParameter<T> extends Object
| Constructor and Description |
|---|
BatchParameter(T value) |
| Modifier and Type | Method and Description |
|---|---|
abstract ParameterType |
getType() |
T |
getValue() |
public BatchParameter(T value)
public abstract ParameterType getType()
public T getValue()
Copyright © 2019. All rights reserved.