Package org.pentaho.di.ui.trans.step
Interface StepTableDataObject
-
public interface StepTableDataObjectCreated 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepTableDataObjectcreateNew(org.pentaho.di.core.row.ValueMetaInterface val)StringgetDataType()intgetLength()StringgetName()intgetPrecision()
-
-
-
Method Detail
-
getName
String getName()
-
getDataType
String getDataType()
-
getLength
int getLength()
-
getPrecision
int getPrecision()
-
createNew
StepTableDataObject createNew(org.pentaho.di.core.row.ValueMetaInterface val)
-
-