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.
-
duplicates()
- Returns true is this index allows duplicate keys.
-
elementClass()
-
Return the Class that all elements of this index must be instances
of.
-
ordered()
- Returns true if this index is ordered.
-
pathString()
-
Return the string denoting the sequence of member accesses that
this path evaluates.
-
toString()
- Get a String that describes this index descriptor.
toString
public String toString()
- Get a String that describes this index descriptor.
- Returns:
- A descriptive String.
- Overrides:
- toString in class Object
pathString
public String pathString()
- Return the string denoting the sequence of member accesses that
this path evaluates.
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.
ordered
public boolean ordered()
- Returns true if this index is ordered.
duplicates
public boolean duplicates()
- Returns true is this index allows duplicate keys.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.