public abstract class CustomInputDefinition<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
defaultValue |
| Constructor and Description |
|---|
CustomInputDefinition(String name,
String type,
T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getValue(Task element) |
String |
name() |
CustomInput<T> |
of(Task element) |
String |
type() |
protected final T defaultValue
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.