Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine
Interface TestInputSetNVList

All Superinterfaces:
java.util.Collection<TestInputSetNV>, DiagBObjList<TestInputSetNV>, java.lang.Iterable<TestInputSetNV>, java.util.List<TestInputSetNV>
All Known Implementing Classes:
TestInputSetNVListImpl

public interface TestInputSetNVList
extends DiagBObjList<TestInputSetNV>

Models a list of test input set name value pairs.

Since:
release specific (what release of product did this appear in)
Version:
$Header: TestInputSetNVList.java 21-dec-2007.13:52:21 ppradhan Exp $
Author:
ppradhan

Method Summary
 TestInputSetNV get(java.lang.String pParamName)
          Gets a TestInputSetNV object from this list with the given parameter name.
 NameValueList toNameValueList()
          Converts this list of TestInputSetNV objects to a NameValueList
 
Methods inherited from interface oracle.apps.fnd.appltest.diagfwk.engine.DiagBObjList
copy, elemInstance
 
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

toNameValueList

NameValueList toNameValueList()
Converts this list of TestInputSetNV objects to a NameValueList

Returns:
a corresponding NameValueList

get

TestInputSetNV get(java.lang.String pParamName)
Gets a TestInputSetNV object from this list with the given parameter name. If such an object doesn't exist this method returns null.

Parameters:
pParamName - name of the parameter for the TestInputSetNV to lookup
Returns:
TestInputSetNV object with the given parameter name in this list.

Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.