Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

oracle.apps.fnd.applcp.migrate.modeler.common
Class SegmentDefImpl.ColumnImpl

java.lang.Object
  extended by oracle.apps.fnd.applcp.migrate.modeler.common.SegmentDefImpl.ColumnImpl
All Implemented Interfaces:
SegmentDef.Column
Enclosing class:
SegmentDefImpl

protected static class SegmentDefImpl.ColumnImpl
extends java.lang.Object
implements SegmentDef.Column

An implementation of Column.


Field Summary
 
Fields inherited from interface oracle.apps.fnd.applcp.migrate.modeler.common.SegmentDef.Column
ADF_ENTITY, DB_TABLE
 
Constructor Summary
SegmentDefImpl.ColumnImpl(java.lang.String name)
          Constructs the ColumnImpl based on a column from a database table.
SegmentDefImpl.ColumnImpl(java.lang.String name, byte source)
          Constructs a ColumnImpl.
 
Method Summary
 java.lang.String getName()
          Gets the name of the column.
 byte getSource()
          Gets the source of the column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SegmentDefImpl.ColumnImpl

public SegmentDefImpl.ColumnImpl(java.lang.String name)
Constructs the ColumnImpl based on a column from a database table.

Parameters:
name - the name of the column

SegmentDefImpl.ColumnImpl

public SegmentDefImpl.ColumnImpl(java.lang.String name,
                                 byte source)
Constructs a ColumnImpl.

Parameters:
name - the name of the column
source - the source of the column
Method Detail

getName

public java.lang.String getName()
Gets the name of the column.

Specified by:
getName in interface SegmentDef.Column
Returns:
the name of the column

getSource

public byte getSource()
Gets the source of the column. The column can be from a database table (DB_TABLE) or an ADFbc entity (ADF_ENTITY).

Specified by:
getSource in interface SegmentDef.Column
Returns:
the source of the column

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.