Class COM.odi.util.IndexDescriptor

java.lang.Object
   |
   +----COM.odi.util.IndexDescriptor

public class IndexDescriptor
extends Object
An IndexDescriptor is an object that describes an IndexMap on a IndexedCollection.

This class is included in PSE Pro, but not in PSE.


Method Index

 o duplicates()
Returns true is this index allows duplicate keys.
 o elementClass()
Return the Class that all elements of this index must be instances of.
 o ordered()
Returns true if this index is ordered.
 o pathString()
Return the string denoting the sequence of member accesses that this path evaluates.
 o toString()
Get a String that describes this index descriptor.

Methods

 o toString
  public String toString()
Get a String that describes this index descriptor.

Returns:
A descriptive String.
Overrides:
toString in class Object
 o pathString
  public String pathString()
Return the string denoting the sequence of member accesses that this path evaluates.

 o elementClass
  public Class elementClass()
Return the Class that all elements of this index must be instances of. The pathString of this IndexDescriptor is only meaningful on instances of this class.

 o ordered
  public boolean ordered()
Returns true if this index is ordered.

 o duplicates
  public boolean duplicates()
Returns true is this index allows duplicate keys.


Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.