Class FunctionExample
- java.lang.Object
-
- org.apache.hop.pipeline.transforms.formula.function.FunctionExample
-
public class FunctionExample extends Object
-
-
Constructor Summary
Constructors Constructor Description FunctionExample(String expression, String result, String level, String comment)FunctionExample(Node node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()StringgetExpression()StringgetLevel()StringgetResult()voidsetComment(String comment)voidsetExpression(String expression)voidsetLevel(String level)voidsetResult(String result)
-
-
-
Field Detail
-
XML_TAG
public static final String XML_TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getExpression
public String getExpression()
- Returns:
- the expression
-
setExpression
public void setExpression(String expression)
- Parameters:
expression- the expression to set
-
getResult
public String getResult()
- Returns:
- the result
-
setResult
public void setResult(String result)
- Parameters:
result- the result to set
-
getLevel
public String getLevel()
- Returns:
- the level
-
setLevel
public void setLevel(String level)
- Parameters:
level- the level to set
-
getComment
public String getComment()
- Returns:
- the comment
-
setComment
public void setComment(String comment)
- Parameters:
comment- the comment to set
-
-