Uses of Interface
com.informatica.powercenter.sdk.mapfwk.core.OutputField

Packages that use OutputField
com.informatica.powercenter.sdk.mapfwk.core   
 

Uses of OutputField in com.informatica.powercenter.sdk.mapfwk.core
 

Classes in com.informatica.powercenter.sdk.mapfwk.core that implement OutputField
 class CustomField
          The class represents the OutputField in a Custom Transformation
 class JoinerField
          Class that implements OutputField for capturing Joiner transformation outputs.
 class LookupField
          Class to represent the output of a Lookup Transformation.
 class RouterField
          Class to represent the output of a Router Transformation.
 class SorterField
           
 class SQLField
           
 class TransformField
          Class to represent an output field in a transformation.
 class UnionField
          Class to represent the output of an union transformation.
 

Methods in com.informatica.powercenter.sdk.mapfwk.core with parameters of type OutputField
 void Transformation.add(OutputField field)
          Add a output field for this transformation
 void Transform.add(OutputField field)
          Add a output field for this transformation