org.pentaho.di.ui.trans.steps.rules
Class RulesMetaMapper.Column

java.lang.Object
  extended by org.pentaho.ui.xul.XulEventSourceAdapter
      extended by org.pentaho.di.ui.trans.steps.rules.RulesMetaMapper.Column
All Implemented Interfaces:
org.pentaho.ui.xul.XulEventSource
Enclosing class:
RulesMetaMapper

public class RulesMetaMapper.Column
extends org.pentaho.ui.xul.XulEventSourceAdapter


Constructor Summary
RulesMetaMapper.Column()
           
 
Method Summary
 String getName()
           
 String getType()
           
 Vector<String> getTypeList()
           
 void setName(String name)
           
 void setType(String type)
           
 
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RulesMetaMapper.Column

public RulesMetaMapper.Column()
Method Detail

setName

public void setName(String name)

getName

public String getName()

setType

public void setType(String type)

getType

public String getType()

getTypeList

public Vector<String> getTypeList()