org.pentaho.di.core.util
Class TypeFieldDefinition

java.lang.Object
  extended by org.pentaho.di.core.util.TypeFieldDefinition

public class TypeFieldDefinition
extends Object


Constructor Summary
TypeFieldDefinition(int type, String fieldName)
           
 
Method Summary
 String getFieldName()
           
 String getMemberName()
           
 int getType()
           
 String getTypeDescription()
           
 void setFieldName(String fieldName)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeFieldDefinition

public TypeFieldDefinition(int type,
                           String fieldName)
Parameters:
type -
fieldName -
Method Detail

getType

public int getType()
Returns:
the type

setType

public void setType(int type)
Parameters:
type - the type to set

getFieldName

public String getFieldName()
Returns:
the fieldName

setFieldName

public void setFieldName(String fieldName)
Parameters:
fieldName - the fieldName to set

getTypeDescription

public String getTypeDescription()

getMemberName

public String getMemberName()