Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine
Interface DiagBObjList<T extends DiagBObj>

All Superinterfaces:
java.util.Collection<T>, java.lang.Iterable<T>, java.util.List<T>
All Known Subinterfaces:
TagList, TagValueList, TagValuePrereqList, TestDefList, TestExecList, TestInputSetList, TestInputSetNVList, TestParamList, TestPrereqList, TestRunList
All Known Implementing Classes:
DiagBObjListImpl, TagListImpl, TagValueListImpl, TagValuePrereqListImpl, TestDefListImpl, TestExecListImpl, TestInputSetListImpl, TestInputSetNVListImpl, TestParamListImpl, TestPrereqListImpl, TestRunListImpl

public interface DiagBObjList<T extends DiagBObj>
extends java.util.List<T>

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/appltest/applications/Diagnostics/Engine/src/oracle/apps/fnd/appltest/diagfwk/engine/DiagBObjList.java /main/8 2008/07/31 11:32:54 cshare Exp $
Author:
ppradhan

Method Summary
<T extends DiagBObj>
void
copy(DiagBObjList<T> pObjList)
          Copies the contents of the given list into this list.
 T elemInstance()
          Creates an instance of an element for this list
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

copy

<T extends DiagBObj> void copy(DiagBObjList<T> pObjList)
Copies the contents of the given list into this list.

Parameters:
pObjList -

elemInstance

T elemInstance()
Creates an instance of an element for this list

Returns:
an instance of an element (of the right type) for this list.

Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.