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

E22562-01

oracle.apps.fnd.applcore.flex.runtime.util.common
Interface SegmentDefList


public interface SegmentDefList

A list of SegmentDef objects in order.


Method Summary
 SegmentDef get(int index)
          Gets the segment at the given index.
 int size()
          Returns the number of segments.
 

Method Detail

size

int size()
Returns the number of segments.

Returns:
the number of segments

get

SegmentDef get(int index)
Gets the segment at the given index.

Parameters:
index - the index of the segment
Returns:
the segment at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the given index is out of bounds

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.