public interface Input
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefault()
If supplied, the value a field will be assigned when it is not supplied
|
java.lang.String |
getKey()
The key representing the field name
|
java.lang.String |
getTable()
If supplied, the value of the field is verified to be contained in the table
|
java.lang.Boolean |
getUsedForStaging()
Return true if the field is used in the calculation
|
java.lang.String getKey()
java.lang.String getDefault()
java.lang.String getTable()
java.lang.Boolean getUsedForStaging()