org.makumba.providers.datadefinition.makumba |
Handles abstract part of makumba (data type handling and MDD parsing).
|
Java Source File Name | Type | Comment |
FieldCursor.java | Class | This is the field definition tokenizer. |
FieldInfo.java | Class | This is a structure containing the elementary data about a field: name, type, attributes, description, and other
type-specific extra info. |
MakumbaDataDefinitionFactory.java | Class | This class is the Makumba implementation of a data definition provider, based on MDD files. |
RecordInfo.java | Class | This is the internal representation of the org.makumba. |
RecordParser.java | Class | |