|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface STCAttribute
Attribute interface that models a single attribute of an LDAP entry.
| Method Summary | |
|---|---|
int |
countSTCValue()
Returns the number of values for this attribute |
java.lang.String |
getName()
Method to retrieve the name of the attribute |
STCValues |
getSTCValues()
Method to retrieve the list of values of the attribute |
void |
reset()
Method to reset the values |
STCValue |
retrieveSTCValue(int j)
Returns the value of the attribute at the specified index from the array of values |
void |
setName(java.lang.String name)
Method to set the name of the attribute |
| Method Detail |
|---|
STCValues getSTCValues()
java.lang.String getName()
void setName(java.lang.String name)
name - the name of the attributeint countSTCValue()
STCValue retrieveSTCValue(int j)
throws java.lang.IndexOutOfBoundsException
j - the index of the value to be returned
java.lang.IndexOutOfBoundsException - if the index specified is not in rangevoid reset()
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||