Class GetVariableMeta.FieldDefinition
- java.lang.Object
-
- org.apache.hop.pipeline.transforms.getvariable.GetVariableMeta.FieldDefinition
-
- Enclosing class:
- GetVariableMeta
public static final class GetVariableMeta.FieldDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description FieldDefinition()FieldDefinition(GetVariableMeta.FieldDefinition d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IValueMetacreateValueMeta()StringgetCurrency()Gets currencyStringgetDecimal()Gets decimalStringgetFieldFormat()Gets fieldFormatintgetFieldLength()Gets fieldLengthStringgetFieldName()Gets fieldNameintgetFieldPrecision()Gets fieldPrecisionStringgetFieldType()Gets fieldTypeStringgetGroup()Gets groupintgetHopType()IValueMeta.TrimTypegetTrimType()Gets trimTypeStringgetVariableString()Gets variableStringvoidsetCurrency(String currency)Sets currencyvoidsetDecimal(String decimal)Sets decimalvoidsetFieldFormat(String fieldFormat)Sets fieldFormatvoidsetFieldLength(int fieldLength)Sets fieldLengthvoidsetFieldName(String fieldName)Sets fieldNamevoidsetFieldPrecision(int fieldPrecision)Sets fieldPrecisionvoidsetFieldType(String fieldType)Sets fieldTypevoidsetGroup(String group)Sets groupvoidsetTrimType(IValueMeta.TrimType trimType)Sets trimTypevoidsetVariableString(String variableString)Sets variableString
-
-
-
Constructor Detail
-
FieldDefinition
public FieldDefinition()
-
FieldDefinition
public FieldDefinition(GetVariableMeta.FieldDefinition d)
-
-
Method Detail
-
getHopType
public int getHopType()
-
createValueMeta
public IValueMeta createValueMeta() throws HopPluginException
- Throws:
HopPluginException
-
getFieldName
public String getFieldName()
Gets fieldName- Returns:
- value of fieldName
-
setFieldName
public void setFieldName(String fieldName)
Sets fieldName- Parameters:
fieldName- value of fieldName
-
getVariableString
public String getVariableString()
Gets variableString- Returns:
- value of variableString
-
setVariableString
public void setVariableString(String variableString)
Sets variableString- Parameters:
variableString- value of variableString
-
getFieldType
public String getFieldType()
Gets fieldType- Returns:
- value of fieldType
-
setFieldType
public void setFieldType(String fieldType)
Sets fieldType- Parameters:
fieldType- value of fieldType
-
getFieldFormat
public String getFieldFormat()
Gets fieldFormat- Returns:
- value of fieldFormat
-
setFieldFormat
public void setFieldFormat(String fieldFormat)
Sets fieldFormat- Parameters:
fieldFormat- value of fieldFormat
-
getFieldLength
public int getFieldLength()
Gets fieldLength- Returns:
- value of fieldLength
-
setFieldLength
public void setFieldLength(int fieldLength)
Sets fieldLength- Parameters:
fieldLength- value of fieldLength
-
getFieldPrecision
public int getFieldPrecision()
Gets fieldPrecision- Returns:
- value of fieldPrecision
-
setFieldPrecision
public void setFieldPrecision(int fieldPrecision)
Sets fieldPrecision- Parameters:
fieldPrecision- value of fieldPrecision
-
getCurrency
public String getCurrency()
Gets currency- Returns:
- value of currency
-
setCurrency
public void setCurrency(String currency)
Sets currency- Parameters:
currency- value of currency
-
getDecimal
public String getDecimal()
Gets decimal- Returns:
- value of decimal
-
setDecimal
public void setDecimal(String decimal)
Sets decimal- Parameters:
decimal- value of decimal
-
getGroup
public String getGroup()
Gets group- Returns:
- value of group
-
setGroup
public void setGroup(String group)
Sets group- Parameters:
group- value of group
-
getTrimType
public IValueMeta.TrimType getTrimType()
Gets trimType- Returns:
- value of trimType
-
setTrimType
public void setTrimType(IValueMeta.TrimType trimType)
Sets trimType- Parameters:
trimType- value of trimType
-
-