org.pentaho.di.ui.trans.step
Interface StepTableDataObject


public interface StepTableDataObject

Created by IntelliJ IDEA. User: nbaker Date: Jun 8, 2010 Time: 10:30:57 AM To change this template use File | Settings | File Templates.


Method Summary
 StepTableDataObject createNew(ValueMetaInterface val)
           
 String getDataType()
           
 int getLength()
           
 String getName()
           
 int getPrecision()
           
 

Method Detail

getName

String getName()

getDataType

String getDataType()

getLength

int getLength()

getPrecision

int getPrecision()

createNew

StepTableDataObject createNew(ValueMetaInterface val)