Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.flex.runtime.util.common
Interface SegmentDef.Column

All Known Implementing Classes:
SegmentDefImpl.ColumnImpl
Enclosing interface:
SegmentDef

public static interface SegmentDef.Column

A database table column.


Field Summary
static byte ADF_ENTITY
          Indicates the column/attribute is from an ADFbc entity.
static byte DB_TABLE
          Indicates the column is from a database table.
 
Method Summary
 java.lang.String getName()
          Gets the name of the column.
 byte getSource()
          Gets the source of the column.
 

Field Detail

DB_TABLE

static final byte DB_TABLE
Indicates the column is from a database table.

See Also:
Constant Field Values

ADF_ENTITY

static final byte ADF_ENTITY
Indicates the column/attribute is from an ADFbc entity.

See Also:
Constant Field Values
Method Detail

getName

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

Returns:
the name of the column

getSource

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

Returns:
the source of the column

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.