|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.wsrp.ext.holders.NamedStringArray.NamedString
public static class NamedStringArray.NamedString
This class represents a single name/value pair in a NamedStringArray, where the name is a non-null string and value is a nullable string.
| Constructor Summary | |
|---|---|
NamedStringArray.NamedString(String name, String value)Constructs a new NamedString with the specified name and value. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o) |
String |
getName()Returns the name of this NamedString, which cannot be null. |
String |
getValue()Returns the value of this NamedString, which can be null. |
int |
hashCode() |
String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NamedStringArray.NamedString(String name,
String value)
name - the name of this NamedString, which cannot be null.value - the value of this NamedString, which may be null.IllegalArgumentException - if name is null.| Method Detail |
|---|
public String getName()
public String getValue()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.