org.pentaho.reporting.engine.classic.core.wizard
Interface DataSchemaModel

All Known Implementing Classes:
DefaultDataSchemaModel, DesignTimeDataSchemaModel

public interface DataSchemaModel

Todo: Document Me

Author:
Thomas Morgner

Method Summary
 String[] getColumnNames()
           
 DataSchema getDataSchema()
           
 boolean isValid()
           
 

Method Detail

isValid

boolean isValid()

getDataSchema

DataSchema getDataSchema()

getColumnNames

String[] getColumnNames()