|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--oracle.apps.cz.utilities.NameValuePairSet
Implements an object to hold a unique set of name value pairs
| Field Summary | |
static java.lang.String |
RCS_ID |
static boolean |
RCS_ID_RECORDED |
| Constructor Summary | |
NameValuePairSet() |
|
| Method Summary | |
void |
Add(oracle.apps.cz.utilities.NameValuePair nvp)Add a name value pair object to the set |
void |
Add(java.lang.String name, java.lang.Object value)Create a NameValuePair and add it to the set using the name and object. |
java.lang.Object |
getValueByName(java.lang.String name)Gets value, which may be null, of the name/value pair identified by the "name" input. |
com.sun.java.util.collections.Iterator |
iterator()Returns the set of keys for the name value pairs |
oracle.apps.cz.utilities.NameValuePair |
lookupPairByName(java.lang.String name)Look up a name (key) in the set |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
| Constructor Detail |
public NameValuePairSet()
| Method Detail |
public com.sun.java.util.collections.Iterator iterator()
public oracle.apps.cz.utilities.NameValuePair lookupPairByName(java.lang.String name)
name - - The String to lookuppublic java.lang.Object getValueByName(java.lang.String name)
name - the name string by which to look up the valuepublic void Add(oracle.apps.cz.utilities.NameValuePair nvp)
public void Add(java.lang.String name,
java.lang.Object value)
name - - The String key of the pair. THe name will provide the hash identifier.value - - The value object which can be null.
|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.