| Constructor and Description |
|---|
JaninoMetaFunction(Node calcnode) |
JaninoMetaFunction(Repository rep,
ObjectId id_step,
int nr) |
JaninoMetaFunction(String fieldName,
String formula,
int valueType,
int valueLength,
int valuePrecision,
String replaceField) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
String |
getFieldName() |
String |
getFormula() |
String |
getReplaceField() |
int |
getValueLength() |
int |
getValuePrecision() |
int |
getValueType() |
String |
getXML() |
int |
hashCode() |
void |
saveRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
ObjectId id_transformation,
ObjectId id_step,
int nr) |
void |
setFieldName(String fieldName) |
void |
setFormula(String formula) |
void |
setReplaceField(String replaceField) |
void |
setValueLength(int valueLength) |
void |
setValuePrecision(int valuePrecision) |
void |
setValueType(int valueType) |
public static final String XML_TAG
public JaninoMetaFunction(String fieldName, String formula, int valueType, int valueLength, int valuePrecision, String replaceField)
fieldName - formula - valueType - valueLength - valuePrecision - public JaninoMetaFunction(Node calcnode)
public JaninoMetaFunction(Repository rep, ObjectId id_step, int nr) throws KettleException
KettleExceptionpublic String getXML()
public void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId id_transformation, ObjectId id_step, int nr) throws KettleException
KettleExceptionpublic String getFieldName()
public void setFieldName(String fieldName)
fieldName - The fieldName to set.public int getValueLength()
public void setValueLength(int valueLength)
valueLength - The valueLength to set.public int getValuePrecision()
public void setValuePrecision(int valuePrecision)
valuePrecision - The valuePrecision to set.public int getValueType()
public void setValueType(int valueType)
valueType - The valueType to set.public String getFormula()
public void setFormula(String formula)
formula - the formula to setpublic String getReplaceField()
public void setReplaceField(String replaceField)
replaceField - the replaceField to setCopyright © 2018 Hitachi Vantara. All rights reserved.