public class PrimitiveInput<T> extends Object implements OperationInput
| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
protected T |
value |
| Constructor and Description |
|---|
PrimitiveInput(T value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInputRef() |
String |
getInputType() |
boolean |
isBinary() |
public PrimitiveInput(T value)
public boolean isBinary()
isBinary in interface OperationInputpublic String getInputType()
getInputType in interface OperationInputpublic String getInputRef()
getInputRef in interface OperationInputCopyright © 2019. All rights reserved.