Package org.pentaho.di.trans.step
Interface StepMetaInjectionEnumEntry
-
public interface StepMetaInjectionEnumEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
StepMetaInjectionEnumEntry
getParent()
int
getValueType()
String
name()
-
-
-
Method Detail
-
name
String name()
-
getValueType
int getValueType()
- Returns:
- the valueType
-
getDescription
String getDescription()
- Returns:
- the description
-
getParent
StepMetaInjectionEnumEntry getParent()
- Returns:
- The parent entry
-
-