Interface DataSchema

  • All Superinterfaces:
    Cloneable, Serializable
    All Known Implementing Classes:
    DefaultDataSchema

    public interface DataSchema
    extends Serializable, Cloneable
    Represents a compiled data-schema. All rules have been evaluated and collapseded into a set of data-attributes. A Data-Schema is always a column-schema, it does not change on each row (as it could happen with MetaTableModels).
    Author:
    Thomas Morgner