Class RandomValueMetaFunction
java.lang.Object
org.pentaho.di.trans.steps.randomvalue.RandomValueMetaFunction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
int
getType()
void
void
setDescription
(String description) void
setType
(int type)
-
Constructor Details
-
RandomValueMetaFunction
- Parameters:
type
-code
-description
-
-
-
Method Details
-
getCode
- Returns:
- the code
-
setCode
- Parameters:
code
- the code to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description
- the description to set
-
getType
public int getType()- Returns:
- the type
-
setType
public void setType(int type) - Parameters:
type
- the type to set
-