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

E22562-03

oracle.apps.fnd.applcore.flex.runtime.util
Interface AbstractBCModeler.SegmentAttributeInfo

Enclosing class:
AbstractBCModeler

protected static interface AbstractBCModeler.SegmentAttributeInfo

Information about a segment attribute.


Method Summary
 oracle.jbo.server.AttributeDefImpl getDisplayAttribute()
          Gets the attribute that contains the data to be displayed.
 LOVDef getLOVDef()
          Gets the LOV associated with this segment.
 oracle.jbo.server.AttributeDefImpl getPersistedAttribute()
          Gets the attribute that contains the actual data to be saved.
 

Method Detail

getPersistedAttribute

oracle.jbo.server.AttributeDefImpl getPersistedAttribute()
Gets the attribute that contains the actual data to be saved.

Returns:
the persisted attribute

getDisplayAttribute

oracle.jbo.server.AttributeDefImpl getDisplayAttribute()
Gets the attribute that contains the data to be displayed.

Returns:
the display attribute; null if the persisted attribute is the one that is displayed

getLOVDef

LOVDef getLOVDef()
Gets the LOV associated with this segment.

Returns:
the LOV associated with the segment; null if no LOV is associated with this segment

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.