Class PBEMapFilter

Object
  |
  +--PBEAction
        |
        +--PBEAttributeAction
              |
              +--PBEFilter
                    |
                    +--PBEMapFilter

public class PBEMapFilter
extends PBEFilter

This action maps an internal to external representation. The mapping is specified as an string argument of the form: internal value=external value|...|internal value=external value


Fields inherited from class PBEAction
iParameters, iType, name, procName
 
Constructor Summary
PBEMapFilter()
           
 
Method Summary
 varchar parameters()
           
 
Methods inherited from class PBEFilter
actionArguments, actionCall, checkEvent, performParameterCount, tracePerform
 
Methods inherited from class PBEAction
actionParameters, attributeReference, callString, getObject, methodReference, nestedInput, objectReference, parameter, perform, printPerform
 

Constructor Detail

PBEMapFilter

public PBEMapFilter()
Method Detail

parameters

public varchar parameters()
Overrides:
parameters in class PBEAction