Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

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_ADVANCED_QUEUE
          Constant to specify an operator type of ADVANCED_QUEUE.
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.
See Also:
Constant Field Values

OPTYPE_TRANSFORMATION

public static final java.lang.String OPTYPE_TRANSFORMATION
Constant to specify an operator type of TRANSFORMATION.
See Also:
Constant Field Values

OPTYPE_UNPIVOT

public static final java.lang.String OPTYPE_UNPIVOT
Constant to specify an operator type of UNPIVOT.
See Also:
Constant Field Values

OPTYPE_SET_OPERATION

public static final java.lang.String OPTYPE_SET_OPERATION
Constant to specify an operator type of SET_OPERATION.
See Also:
Constant Field Values

OPTYPE_AGGREGATOR

public static final java.lang.String OPTYPE_AGGREGATOR
Constant to specify an operator type of AGGREGATOR.
See Also:
Constant Field Values

OPTYPE_TABLE

public static final java.lang.String OPTYPE_TABLE
Constant to specify an operator type of TABLE.
See Also:
Constant Field Values

OPTYPE_VIEW

public static final java.lang.String OPTYPE_VIEW
Constant to specify an operator type of VIEW.
See Also:
Constant Field Values

OPTYPE_INPUT_PARAMETER

public static final java.lang.String OPTYPE_INPUT_PARAMETER
Constant to specify an operator type of INPUT_PARAMETER.
See Also:
Constant Field Values

OPTYPE_MATCHMERGE

public static final java.lang.String OPTYPE_MATCHMERGE
Constant to specify an operator type of MATCHMERGE.
See Also:
Constant Field Values

OPTYPE_POSTMAPPING_PROCESS

public static final java.lang.String OPTYPE_POSTMAPPING_PROCESS
Constant to specify an operator type of POSTMAPPING_PROCESS.
See Also:
Constant Field Values

OPTYPE_SORTER

public static final java.lang.String OPTYPE_SORTER
Constant to specify an operator type of SORTER.
See Also:
Constant Field Values

OPTYPE_JOINER

public static final java.lang.String OPTYPE_JOINER
Constant to specify an operator type of JOINER.
See Also:
Constant Field Values

OPTYPE_PREMAPPING_PROCESS

public static final java.lang.String OPTYPE_PREMAPPING_PROCESS
Constant to specify an operator type of PREMAPPING_PROCESS.
See Also:
Constant Field Values

OPTYPE_CONSTANT

public static final java.lang.String OPTYPE_CONSTANT
Constant to specify an operator type of CONSTANT.
See Also:
Constant Field Values

OPTYPE_FLAT_FILE

public static final java.lang.String OPTYPE_FLAT_FILE
Constant to specify an operator type of FLAT_FILE.
See Also:
Constant Field Values

OPTYPE_DATA_GENERATOR

public static final java.lang.String OPTYPE_DATA_GENERATOR
Constant to specify an operator type of DATA_GENERATOR.
See Also:
Constant Field Values

OPTYPE_NAME_AND_ADDRESS

public static final java.lang.String OPTYPE_NAME_AND_ADDRESS
Constant to specify an operator type of NAME_AND_ADDRESS.
See Also:
Constant Field Values

OPTYPE_KEY_LOOKUP

public static final java.lang.String OPTYPE_KEY_LOOKUP
Constant to specify an operator type of KEY_LOOKUP.
See Also:
Constant Field Values

OPTYPE_EXPRESSION

public static final java.lang.String OPTYPE_EXPRESSION
Constant to specify an operator type of EXPRESSION.
See Also:
Constant Field Values

OPTYPE_FILTER

public static final java.lang.String OPTYPE_FILTER
Constant to specify an operator type of FILTER.
See Also:
Constant Field Values

OPTYPE_GENERICDATASOURCETARGET

public static final java.lang.String OPTYPE_GENERICDATASOURCETARGET
Constant to specify an operator type of GENERICDATASOURCETARGET.
See Also:
Constant Field Values

OPTYPE_EXTERNAL_TABLE

public static final java.lang.String OPTYPE_EXTERNAL_TABLE
Constant to specify an operator type of EXTERNAL_TABLE.
See Also:
Constant Field Values

OPTYPE_PIVOT

public static final java.lang.String OPTYPE_PIVOT
Constant to specify an operator type of PIVOT.
See Also:
Constant Field Values

OPTYPE_DEDUPLICATOR

public static final java.lang.String OPTYPE_DEDUPLICATOR
Constant to specify an operator type of DEDUPLICATOR.
See Also:
Constant Field Values

OPTYPE_OUTPUT_PARAMETER

public static final java.lang.String OPTYPE_OUTPUT_PARAMETER
Constant to specify an operator type of OUTPUT_PARAMETER.
See Also:
Constant Field Values

OPTYPE_SPLITTER

public static final java.lang.String OPTYPE_SPLITTER
Constant to specify an operator type of SPLITTER.
See Also:
Constant Field Values

OPTYPE_CUBE

public static final java.lang.String OPTYPE_CUBE
Constant to specify an operator type of CUBE.
See Also:
Constant Field Values

OPTYPE_MATERIALIZED_VIEW

public static final java.lang.String OPTYPE_MATERIALIZED_VIEW
Constant to specify an operator type of MATERIALIZED_VIEW.
See Also:
Constant Field Values

OPTYPE_DIMENSION

public static final java.lang.String OPTYPE_DIMENSION
Constant to specify an operator type of DIMENSION.
See Also:
Constant Field Values

OPTYPE_ADVANCED_QUEUE

public static final java.lang.String OPTYPE_ADVANCED_QUEUE
Constant to specify an operator type of ADVANCED_QUEUE.
See Also:
Constant Field Values

OPTYPE_TABLE_FUNCTION

public static final java.lang.String OPTYPE_TABLE_FUNCTION
Constant to specify an operator type of TABLE_FUNCTION.
See Also:
Constant Field Values

OPERATOR_TYPES

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

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.