Class GetVariableMeta.FieldDefinition
java.lang.Object
org.pentaho.di.trans.steps.getvariable.GetVariableMeta.FieldDefinition
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- GetVariableMeta
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
int
int
getGroup()
int
void
setCurrency
(String currency) void
setDecimal
(String decimal) void
setFieldFormat
(String fieldFormat) void
setFieldLength
(int fieldLength) void
setFieldName
(String fieldName) void
setFieldPrecision
(int fieldPrecision) void
setFieldType
(int fieldType) void
void
setTrimType
(int trimType) void
setVariableString
(String variableString)
-
Constructor Details
-
FieldDefinition
public FieldDefinition()
-
-
Method Details
-
getFieldName
- Returns:
- Returns the fieldName.
-
setFieldName
- Parameters:
fieldName
- The fieldName to set.
-
getVariableString
- Returns:
- Returns the strings containing variables.
-
setVariableString
- Parameters:
variableString
- The variable strings to set.
-
getFieldType
public int getFieldType()- Returns:
- the field type (ValueMetaInterface.TYPE_*)
-
setFieldType
public void setFieldType(int fieldType) - Parameters:
fieldType
- the field type to set (ValueMetaInterface.TYPE_*)
-
getFieldFormat
- Returns:
- the fieldFormat
-
setFieldFormat
- Parameters:
fieldFormat
- the fieldFormat to set
-
getFieldLength
public int getFieldLength()- Returns:
- the fieldLength
-
setFieldLength
public void setFieldLength(int fieldLength) - Parameters:
fieldLength
- the fieldLength to set
-
getFieldPrecision
public int getFieldPrecision()- Returns:
- the fieldPrecision
-
setFieldPrecision
public void setFieldPrecision(int fieldPrecision) - Parameters:
fieldPrecision
- the fieldPrecision to set
-
getCurrency
- Returns:
- the currency
-
setCurrency
- Parameters:
currency
- the currency to set
-
getDecimal
- Returns:
- the decimal
-
setDecimal
- Parameters:
decimal
- the decimal to set
-
getGroup
- Returns:
- the group
-
setGroup
- Parameters:
group
- the group to set
-
getTrimType
public int getTrimType()- Returns:
- the trimType
-
setTrimType
public void setTrimType(int trimType) - Parameters:
trimType
- the trimType to set
-
clone
-