| Interface | Description |
|---|---|
| DataColumn |
A data set is a matrix of values composed by a fixed number of columns.
|
| DataSet | |
| DataSetBuilder |
It allows for the building of DataSet instances in a friendly manner.
|
| DataSetGenerator |
Interface for generating data set instances.
|
| DataSetLookupBuilder<T> |
A DataSetLookupBuilder allows for the assembly of a DataSetLookup instance (i.e. a DataSet lookup request)
in a friendly manner.
|
| DataSetManager |
Main interface for handling data sets.
|
| DataSetMetadata |
Metadata associated with a data set instance
|
| DataSetOp |
An operation over a data set
|
| DataSetOpEngine |
Provides several operations for data set manipulation.
|
| Class | Description |
|---|---|
| DataSetConstraints<T> |
A set of constraints over the structure of a DataSet instance.
|
| DataSetFactory |
Factory class for building DataSet instances.
|
| DataSetLookup |
A data set look up request.
|
| DataSetLookupConstraints |
A set of constraints over the structure of a DataSetLookup instance.
|
| DataSetLookupFactory |
Factory class for building DataSetLookup instances.
|
| Enum | Description |
|---|---|
| ColumnType |
An enumeration for the different types of DataColumn.
|
| DataSetOpType |
Data set operation types.
|
| Exception | Description |
|---|---|
| ValidationError |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.