|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.util.NameValuePair<T>
public final class NameValuePair<T>
Parametrized name value pair class. Holds a named value of the specified T type.
| Constructor Summary | |
|---|---|
NameValuePair(java.lang.String name, T value)Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()Get the name identifying the value. |
T |
getValue()Get the value assoicated with the name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NameValuePair(java.lang.String name,
T value)
name - a name identifying the specified value.value - the value associated with the specified name.| Method Detail |
|---|
public java.lang.String getName()
public T getValue()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||