public class DenormaliserMetaInjection extends Object implements StepMetaInjectionInterface
Constructor and Description |
---|
DenormaliserMetaInjection(DenormaliserMeta meta) |
Modifier and Type | Method and Description |
---|---|
DenormaliserMeta |
getMeta() |
List<StepInjectionMetaEntry> |
getStepInjectionMetadataEntries() |
void |
injectStepMetadataEntries(List<StepInjectionMetaEntry> all) |
public DenormaliserMetaInjection(DenormaliserMeta meta)
public List<StepInjectionMetaEntry> getStepInjectionMetadataEntries() throws org.pentaho.di.core.exception.KettleException
getStepInjectionMetadataEntries
in interface StepMetaInjectionInterface
org.pentaho.di.core.exception.KettleException
public void injectStepMetadataEntries(List<StepInjectionMetaEntry> all) throws org.pentaho.di.core.exception.KettleException
injectStepMetadataEntries
in interface StepMetaInjectionInterface
org.pentaho.di.core.exception.KettleException
public DenormaliserMeta getMeta()