|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.common.AttributeChanges
Encapsulates a collection of AttributeChangeOperation objects
Constructor Summary | |
---|---|
AttributeChanges()
Creates new AttributeChangeCollection |
|
AttributeChanges(java.util.Collection collection)
Creates new AttributeChanges with the given AttributeChangeOperation elements. |
Method Summary | |
---|---|
void |
add(AttributeChangeOperation element)
Add a new element to the collection |
void |
addAll(AttributeChanges changes)
Add all elements in given AttributeChanges obnjects to the collection |
AttributeChangeOperation |
get(java.lang.String name)
Get a single AttributeChangeOperation containing the AttributeValue with the AttributeValue object with the given name. |
AttributeChangeOperation |
get(java.lang.String name,
java.lang.Object value)
Get a single AttributeChangeOperation containing the AttributeValue with the AttributeValue object with the given name and value. |
AttributeChangeIterator |
iterator()
Creates an iterator to iterate over elements in the collection |
int |
size()
Returns the number of AttributeChangeOperation objects |
java.lang.String |
toString()
This method will return a string representation of this object. |
java.util.Collection |
values()
Get the collection of AttributeChangeOperation objects |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AttributeChanges()
public AttributeChanges(java.util.Collection collection)
collection
- collection of AttributeChangeOperation elementsMethod Detail |
public AttributeChangeIterator iterator()
public void add(AttributeChangeOperation element)
element
- An element to add to the collectionpublic void addAll(AttributeChanges changes)
changes
- AttributeChanges object to add to the collection.public int size()
public java.util.Collection values()
public AttributeChangeOperation get(java.lang.String name, java.lang.Object value)
name
- The name of the AttributeValue object to retrievevalue
- The value of the change operation to retreive for
public AttributeChangeOperation get(java.lang.String name)
name
- The name of the AttributeValue object to retrieve
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |