Uses of Class
org.pentaho.di.trans.steps.userdefinedjavaclass.TransformClassBase.Fields
-
Packages that use TransformClassBase.Fields Package Description org.pentaho.di.trans.steps.userdefinedjavaclass -
-
Uses of TransformClassBase.Fields in org.pentaho.di.trans.steps.userdefinedjavaclass
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return TransformClassBase.Fields Modifier and Type Method Description static TransformClassBase.Fields
TransformClassBase.Fields. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransformClassBase.Fields[]
TransformClassBase.Fields. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type TransformClassBase.Fields Modifier and Type Method Description FieldHelper
TransformClassBase. get(TransformClassBase.Fields type, String name)
-