oracle.owb.mapping
Interface MapHelper

All Known Subinterfaces:
Map

public interface MapHelper

MapHelper is a code-generated interface that defines strong-typed methods for specific operator types. DO NOT CHANGE THIS INTERFACE MANUALLY


Field Summary
static java.lang.String[] OPERATOR_TYPES
          An array of all the defined operator type constants
static java.lang.String OPTYPE_ADVANCEDQUEUE
          Constant to specify an operator type of ADVANCEDQUEUE.
static java.lang.String OPTYPE_AGGREGATOR
          Constant to specify an operator type of AGGREGATOR.
static java.lang.String OPTYPE_CONSTANT
          Constant to specify an operator type of CONSTANT.
static java.lang.String OPTYPE_CUBE
          Constant to specify an operator type of CUBE.
static java.lang.String OPTYPE_DATA_GENERATOR
          Constant to specify an operator type of DATA_GENERATOR.
static java.lang.String OPTYPE_DEDUPLICATOR
          Constant to specify an operator type of DEDUPLICATOR.
static java.lang.String OPTYPE_DIMENSION
          Constant to specify an operator type of DIMENSION.
static java.lang.String OPTYPE_EXPRESSION
          Constant to specify an operator type of EXPRESSION.
static java.lang.String OPTYPE_EXTERNAL_TABLE
          Constant to specify an operator type of EXTERNAL_TABLE.
static java.lang.String OPTYPE_FILTER
          Constant to specify an operator type of FILTER.
static java.lang.String OPTYPE_FLAT_FILE
          Constant to specify an operator type of FLAT_FILE.
static java.lang.String OPTYPE_GENERICDATASOURCETARGET
          Constant to specify an operator type of GENERICDATASOURCETARGET.
static java.lang.String OPTYPE_INPUT_PARAMETER
          Constant to specify an operator type of INPUT_PARAMETER.
static java.lang.String OPTYPE_JOINER
          Constant to specify an operator type of JOINER.
static java.lang.String OPTYPE_KEY_LOOKUP
          Constant to specify an operator type of KEY_LOOKUP.
static java.lang.String OPTYPE_MATCHMERGE
          Constant to specify an operator type of MATCHMERGE.
static java.lang.String OPTYPE_MATERIALIZED_VIEW
          Constant to specify an operator type of MATERIALIZED_VIEW.
static java.lang.String OPTYPE_NAME_AND_ADDRESS
          Constant to specify an operator type of NAME_AND_ADDRESS.
static java.lang.String OPTYPE_OUTPUT_PARAMETER
          Constant to specify an operator type of OUTPUT_PARAMETER.
static java.lang.String OPTYPE_PIVOT
          Constant to specify an operator type of PIVOT.
static java.lang.String OPTYPE_POSTMAPPING_PROCESS
          Constant to specify an operator type of POSTMAPPING_PROCESS.
static java.lang.String OPTYPE_PREMAPPING_PROCESS
          Constant to specify an operator type of PREMAPPING_PROCESS.
static java.lang.String OPTYPE_SEQUENCE
          Constant to specify an operator type of SEQUENCE.
static java.lang.String OPTYPE_SET_OPERATION
          Constant to specify an operator type of SET_OPERATION.
static java.lang.String OPTYPE_SORTER
          Constant to specify an operator type of SORTER.
static java.lang.String OPTYPE_SPLITTER
          Constant to specify an operator type of SPLITTER.
static java.lang.String OPTYPE_TABLE
          Constant to specify an operator type of TABLE.
static java.lang.String OPTYPE_TABLE_FUNCTION
          Constant to specify an operator type of TABLE_FUNCTION.
static java.lang.String OPTYPE_TRANSFORMATION
          Constant to specify an operator type of TRANSFORMATION.
static java.lang.String OPTYPE_UNPIVOT
          Constant to specify an operator type of UNPIVOT.
static java.lang.String OPTYPE_VIEW
          Constant to specify an operator type of VIEW.
 

Field Detail

OPTYPE_SEQUENCE

public static final java.lang.String OPTYPE_SEQUENCE
Constant to specify an operator type of SEQUENCE.

OPTYPE_TRANSFORMATION

public static final java.lang.String OPTYPE_TRANSFORMATION
Constant to specify an operator type of TRANSFORMATION.

OPTYPE_UNPIVOT

public static final java.lang.String OPTYPE_UNPIVOT
Constant to specify an operator type of UNPIVOT.

OPTYPE_SET_OPERATION

public static final java.lang.String OPTYPE_SET_OPERATION
Constant to specify an operator type of SET_OPERATION.

OPTYPE_AGGREGATOR

public static final java.lang.String OPTYPE_AGGREGATOR
Constant to specify an operator type of AGGREGATOR.

OPTYPE_TABLE

public static final java.lang.String OPTYPE_TABLE
Constant to specify an operator type of TABLE.

OPTYPE_VIEW

public static final java.lang.String OPTYPE_VIEW
Constant to specify an operator type of VIEW.

OPTYPE_INPUT_PARAMETER

public static final java.lang.String OPTYPE_INPUT_PARAMETER
Constant to specify an operator type of INPUT_PARAMETER.

OPTYPE_MATCHMERGE

public static final java.lang.String OPTYPE_MATCHMERGE
Constant to specify an operator type of MATCHMERGE.

OPTYPE_POSTMAPPING_PROCESS

public static final java.lang.String OPTYPE_POSTMAPPING_PROCESS
Constant to specify an operator type of POSTMAPPING_PROCESS.

OPTYPE_SORTER

public static final java.lang.String OPTYPE_SORTER
Constant to specify an operator type of SORTER.

OPTYPE_JOINER

public static final java.lang.String OPTYPE_JOINER
Constant to specify an operator type of JOINER.

OPTYPE_PREMAPPING_PROCESS

public static final java.lang.String OPTYPE_PREMAPPING_PROCESS
Constant to specify an operator type of PREMAPPING_PROCESS.

OPTYPE_CONSTANT

public static final java.lang.String OPTYPE_CONSTANT
Constant to specify an operator type of CONSTANT.

OPTYPE_FLAT_FILE

public static final java.lang.String OPTYPE_FLAT_FILE
Constant to specify an operator type of FLAT_FILE.

OPTYPE_DATA_GENERATOR

public static final java.lang.String OPTYPE_DATA_GENERATOR
Constant to specify an operator type of DATA_GENERATOR.

OPTYPE_NAME_AND_ADDRESS

public static final java.lang.String OPTYPE_NAME_AND_ADDRESS
Constant to specify an operator type of NAME_AND_ADDRESS.

OPTYPE_KEY_LOOKUP

public static final java.lang.String OPTYPE_KEY_LOOKUP
Constant to specify an operator type of KEY_LOOKUP.

OPTYPE_EXPRESSION

public static final java.lang.String OPTYPE_EXPRESSION
Constant to specify an operator type of EXPRESSION.

OPTYPE_FILTER

public static final java.lang.String OPTYPE_FILTER
Constant to specify an operator type of FILTER.

OPTYPE_GENERICDATASOURCETARGET

public static final java.lang.String OPTYPE_GENERICDATASOURCETARGET
Constant to specify an operator type of GENERICDATASOURCETARGET.

OPTYPE_EXTERNAL_TABLE

public static final java.lang.String OPTYPE_EXTERNAL_TABLE
Constant to specify an operator type of EXTERNAL_TABLE.

OPTYPE_PIVOT

public static final java.lang.String OPTYPE_PIVOT
Constant to specify an operator type of PIVOT.

OPTYPE_DEDUPLICATOR

public static final java.lang.String OPTYPE_DEDUPLICATOR
Constant to specify an operator type of DEDUPLICATOR.

OPTYPE_OUTPUT_PARAMETER

public static final java.lang.String OPTYPE_OUTPUT_PARAMETER
Constant to specify an operator type of OUTPUT_PARAMETER.

OPTYPE_SPLITTER

public static final java.lang.String OPTYPE_SPLITTER
Constant to specify an operator type of SPLITTER.

OPTYPE_CUBE

public static final java.lang.String OPTYPE_CUBE
Constant to specify an operator type of CUBE.

OPTYPE_MATERIALIZED_VIEW

public static final java.lang.String OPTYPE_MATERIALIZED_VIEW
Constant to specify an operator type of MATERIALIZED_VIEW.

OPTYPE_DIMENSION

public static final java.lang.String OPTYPE_DIMENSION
Constant to specify an operator type of DIMENSION.

OPTYPE_ADVANCEDQUEUE

public static final java.lang.String OPTYPE_ADVANCEDQUEUE
Constant to specify an operator type of ADVANCEDQUEUE.

OPTYPE_TABLE_FUNCTION

public static final java.lang.String OPTYPE_TABLE_FUNCTION
Constant to specify an operator type of TABLE_FUNCTION.

OPERATOR_TYPES

public static final java.lang.String[] OPERATOR_TYPES
An array of all the defined operator type constants