net.rim.device.api.ldap
Interface LDAPAttribute


public interface LDAPAttribute

This class represents one attribute in an LDAP entry. It can have zero or more values associated with it.

See Also:
LDAPEntry, LDAPQuery
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

Method Summary
Category: Signed  String getName()
          Returns the name of this attribute.
Category: Signed  int getSize()
          Returns the number of values that this attribute has.
Category: Signed  Object getValue(int index)
          Returns a single value for this attribute.
Category: Signed  Enumeration getValues()
          Returns all the values for this attribute as an enumeration.
 



Method Detail

getSize

int getSize()
Returns the number of values that this attribute has.

Returns:
An integer representing the number of attributes.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

getName

String getName()
Returns the name of this attribute.

Returns:
A String representing the name of the attribute.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

getValue

Object getValue(int index)
Returns a single value for this attribute.

The method will return null if index is >= size or is negative.

Parameters:
index - The index of the value to return.
Returns:
An object representing the value associated with the attribute.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

getValues

Enumeration getValues()
Returns all the values for this attribute as an enumeration.

Returns:
An enumeration of all values.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal