Sun Adapter for LDAP API

com.stc.connector.appconn.ldap
Interface STCValues

All Known Implementing Classes:
STCValuesImpl

public interface STCValues

STC Values interface used storing the attribute values.

Version:
$Revision: 1.3 $
Author:

Method Summary
 int countSTCValue()
          Returns the number of values in the attribute
 STCValue getSTCValue(int j)
          Returns the value at the specified index from the array of values
 void reset()
          Method to reset the values
 

Method Detail

countSTCValue

int countSTCValue()
Returns the number of values in the attribute

Returns:
the count of values in the attribute

getSTCValue

STCValue getSTCValue(int j)
                     throws java.lang.IndexOutOfBoundsException
Returns the value at the specified index from the array of values

Parameters:
i - the index of the value to be returned
Returns:
the value as a STCValue object
Throws:
java.lang.IndexOutOfBoundsException - if the index specified is not in range

reset

void reset()
Method to reset the values


Sun Adapter for LDAP API