|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.portal.prt.util.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(java.lang.String attribute,
java.lang.String value)
add an attribute with value. |
java.lang.String |
getAttribute(java.lang.String name)
Returns the |
java.lang.String[] |
getAttributeNames()
Returns the |
java.util.Enumeration |
getAttributesEnumeration()
Returns the |
java.lang.String[] |
getAttributeValues(java.lang.String name)
Returns the |
java.util.Iterator |
getAttributeValuesIterator(java.lang.String name)
Returns the |
void |
remove(java.lang.String attribute)
remove an attribute with all values. |
void |
remove(java.lang.String attribute,
java.lang.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(java.lang.String attribute,
java.lang.String value)
attribute - The name of the attribute.value - The value of the attribute to be addedpublic void remove(java.lang.String attribute)
attribute - The name of the attribute.
public void remove(java.lang.String attribute,
java.lang.String value)
attribute - The name of the attribute.value - The value of the attribute to be removed.public java.lang.String[] getAttributeNames()
public java.util.Enumeration getAttributesEnumeration()
public java.util.Iterator getAttributeValuesIterator(java.lang.String name)
name - The name of the queried attributepublic java.lang.String[] getAttributeValues(java.lang.String name)
name - The name of the queried attributepublic java.lang.String getAttribute(java.lang.String name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||