API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.ldap. SortKey View Source
Author(s)
Vincent Ryan
Since
1.5
Version
Serial
Hierarchy
 Object
      SortKey
Implements
Subclasses
Description
public class SortKey
  A sort key and its associated sort parameters.
See also:    SortControl
Constructors
public SortKey (String attrID)
  Creates the default sort key for an attribute.
public SortKey (String attrID, boolean ascendingOrder, String matchingRuleID)
  Creates a sort key for an attribute.
Methods
Hide/Show inherited methods
public String getAttributeID ()
  Retrieves the attribute ID of the sort key.
public String getMatchingRuleID ()
  Retrieves the matching rule ID used to order the attribute values.
public boolean isAscending ()
  Determines the sort order.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar