org.pentaho.di.core.util
Class TypeFieldDefinition
java.lang.Object
org.pentaho.di.core.util.TypeFieldDefinition
public class TypeFieldDefinition
- extends Object
TypeFieldDefinition
public TypeFieldDefinition(int type,
String fieldName)
- Parameters:
type - fieldName -
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()