See: Description
Interface | Description |
---|---|
DataObjectItemInput<I extends DataObject> |
Interface for Inputs used to select DataObjects
|
DataObjectItemParseInput<I extends DataObject> |
Class | Description |
---|---|
BasicTypeInput<T extends BasicType.Value> | |
DataObjectAlternateInput<BDO extends DataObject,I extends DataObjectItemInput<BDO> & ParseInput<java.lang.Integer>> | |
DurationInput |
Input for a
Duration in HH:mm::ss format. |
NameFinderInput<T extends DataObject,F extends DataObjectFactory<T> & NameFinder<T>> |
An
DataObjectItemInput for NameFinder factories. |
NewFieldInput |
Input to select a name that is not one of the current fields of a Repository
|
NewTableInput |
Input to generate a name for a new database table.
|
NullListInput<T extends Indexed> |
This is a wrapper round some other class that implements ListInput intended to
add a null-value option to the list.
|
RepositoryFieldInput |
Input to select one of the fields of a Repository
|
RepositoryForeignKeyInput |
Input to select one of the foreign keys of a Repository
|
RepositoryIndexInput |
Input to select one of the fields of a Repository
|
TableInput<T> |
Input to select a database table
|
TypeProducerInput<T> |