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

E22562-02

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

Enclosing class:
AbstractBCModeler

public static interface AbstractBCModeler.SegmentAttrElements

Internal Use Only. Applications should not use this class.

A data structure that holds elements of an attribute that is copied.

See Also:
AbstractBCModeler.copySegmentAttrElements(oracle.jbo.server.ViewDefImpl, oracle.jbo.server.AttributeDefImpl, oracle.jbo.server.ViewDefImpl, oracle.jbo.server.AttributeDefImpl, java.util.Map)

Method Summary
 oracle.jbo.server.AttributeDefImpl getDestinationAttrDef()
          Gets the destination attribute.
 oracle.jbo.common.ListBindingDef getDestinationAttrListBinding()
          Gets the list binding definition associated with the destination attribute.
 oracle.jbo.server.AttributeDefImpl getDestinationDisplayAttrDef()
          Gets the destination display attribute.
 oracle.jbo.server.AttributeDefImpl getSourceAttrDef()
          Gets the source attribute.
 

Method Detail

getSourceAttrDef

oracle.jbo.server.AttributeDefImpl getSourceAttrDef()
Gets the source attribute.

Returns:
the source attribute

getDestinationAttrDef

oracle.jbo.server.AttributeDefImpl getDestinationAttrDef()
Gets the destination attribute.

Returns:
the destination attribute

getDestinationDisplayAttrDef

oracle.jbo.server.AttributeDefImpl getDestinationDisplayAttrDef()
Gets the destination display attribute.

Returns:
the destination display attribute; null if a display attribute is not needed

getDestinationAttrListBinding

oracle.jbo.common.ListBindingDef getDestinationAttrListBinding()
Gets the list binding definition associated with the destination attribute.

Returns:
the list binding definition associated with the destination attribute

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.