|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to abstract an attribute returned from the directory service
Method Summary | |
boolean |
add(java.lang.Object attrVal)
Add a value to the attribute. |
void |
clear()
Clear all values from this attribute. |
boolean |
contains(java.lang.Object attrVal)
Returns true if the attribute contains the specified value. |
java.lang.Object |
get()
Get a value for the attribute. |
java.util.Enumeration |
getAll()
Get all values for the attribute |
java.lang.String |
getName()
Get the name of this attribute. |
boolean |
remove(java.lang.Object attrval)
Remove the value which matches the object given. |
int |
size()
Returns the number of values for this attribute |
Method Detail |
public boolean add(java.lang.Object attrVal)
attrVal
- New value to add.public void clear()
public boolean contains(java.lang.Object attrVal)
public java.lang.Object get()
public java.util.Enumeration getAll()
public java.lang.String getName()
public boolean remove(java.lang.Object attrval)
attrval
- The value to remove.public int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |