|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.portal.prt.util.MultiValueAttributeList
public class MultiValueAttributeList
Copyright (c) SAP Portals Europe GmbH 2001
| Constructor Summary | |
|---|---|
MultiValueAttributeList()
Constructor using defaults |
|
MultiValueAttributeList(int initialCapacity)
Constructor allowing to specify initial assumptions on the number of parameters |
|
| Method Summary | |
|---|---|
void |
add(String attribute,
String value)
add an attribute with value. |
String |
getAttribute(String name)
Returns the |
String[] |
getAttributeNames()
Returns the |
Enumeration |
getAttributesEnumeration()
Returns the |
String[] |
getAttributeValues(String name)
Returns the |
Iterator |
getAttributeValuesIterator(String name)
Returns the |
void |
remove(String attribute)
remove an attribute with all values. |
void |
remove(String attribute,
String value)
remove an attribute/value combination from this event's data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiValueAttributeList()
public MultiValueAttributeList(int initialCapacity)
initialCapacity - | Method Detail |
|---|
public void add(String attribute,
String value)
attribute - The name of the attribute.value - The value of the attribute to be addedpublic void remove(String attribute)
attribute - The name of the attribute.
public void remove(String attribute,
String value)
attribute - The name of the attribute.value - The value of the attribute to be removed.public String[] getAttributeNames()
public Enumeration getAttributesEnumeration()
public Iterator getAttributeValuesIterator(String name)
name - The name of the queried attribute
public String[] getAttributeValues(String name)
name - The name of the queried attribute
public String getAttribute(String name)
name -
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/api
|
api
|
EP-PIN
|
[sap.com] EP-BASIS-API
|
[sap.com]
|
default
|
EP-PIN-PRT
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||