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

E22563-02

oracle.apps.fnd.applcp.migrate.modeler.common
Interface LOVDef.SegmentBoundValue

Enclosing interface:
LOVDef

public static interface LOVDef.SegmentBoundValue

A bound value which is a segment's current value. This is a generic interface that can represent multiple segments.


Method Summary
 java.lang.String getAttributeName(SegmentDef seg)
          Gets the name of the attribute (that provides the value).
 java.lang.Class getJavaType(SegmentDef seg)
          Gets the Java type of the value.
 

Method Detail

getJavaType

java.lang.Class getJavaType(SegmentDef seg)
Gets the Java type of the value.

Parameters:
seg - the segment
Returns:
the Java type of the segment value; null if the given segment is not available

getAttributeName

java.lang.String getAttributeName(SegmentDef seg)
Gets the name of the attribute (that provides the value).

Parameters:
seg - the segment
Returns:
the attribute name of the segment; null if the given segment is not available

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

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.