Uses of Interface
org.apache.hop.pipeline.transform.ITransformIOMeta
-
Packages that use ITransformIOMeta Package Description org.apache.hop.pipeline.transform -
-
Uses of ITransformIOMeta in org.apache.hop.pipeline.transform
Classes in org.apache.hop.pipeline.transform that implement ITransformIOMeta Modifier and Type Class Description classTransformIOMetaMethods in org.apache.hop.pipeline.transform that return ITransformIOMeta Modifier and Type Method Description ITransformIOMetaBaseTransformMeta. getTransformIOMeta()ITransformIOMetaBaseTransformMeta. getTransformIOMeta(boolean createIfAbsent)Returns the Input/Output metadata for this transform.ITransformIOMetaITransformMeta. getTransformIOMeta()Returns the Input/Output metadata for this transform.Methods in org.apache.hop.pipeline.transform with parameters of type ITransformIOMeta Modifier and Type Method Description voidBaseTransformMeta. setTransformIOMeta(ITransformIOMeta value)Sets the Input/Output metadata for this transform.
-