Package org.apache.hop.core.util
Class TypeFieldDefinition
- java.lang.Object
-
- org.apache.hop.core.util.TypeFieldDefinition
-
public class TypeFieldDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeFieldDefinition(int type, String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldName()StringgetMemberName()intgetType()StringgetTypeDescription()voidsetFieldName(String fieldName)voidsetType(int type)
-
-
-
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()
-
-