Package org.outerj.xreporter.datatype

Interface Summary
DataType A data type is a definition of a domain-specific type based on one of a few built-in types (such as string, long, date, ...) and can be augmented with metadata (prompt, title, default value, ...), validation rules and formatting patterns.
DataTypeManager Manages a catalog of data types and is a factory for creating new types.
 

Class Summary
DataTypeImpl Implementation of DataType.
DataTypeManagerImpl Implementation of DataTypeManager.
SearchlistDefinition Model of a searchlist (part of a DataType).
ValidationResult Object returned as result of calling DataType.validate(java.lang.String, org.outerj.xreporter.report.definition.ExecutionContext).
 

Exception Summary
UnknownDataTypeIdException