Package | Description |
---|---|
com.hof.mi.etl | |
com.hof.mi.etl.step |
Modifier and Type | Method and Description |
---|---|
static ETLStepCategory |
ETLStepCategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ETLStepCategory[] |
ETLStepCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ETLStepCategory |
AbstractETLInlineRowStep.getStepCategory() |
ETLStepCategory |
ETLStep.getStepCategory()
Return the step's category, which should be one defined in
ETLStepCategory |