All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.TermListDetails

java.lang.Object
   |
   +----ORG.oclc.z39.Explain
           |
           +----ORG.oclc.z39.TermListDetails

public class TermListDetails
extends Explain
TermListDetails is an Explain record.

Version:
@(#)TermListDetails.java 1.1 07/09/97

Variable Index

 o collatingSeq
Collating sequence in human readable text
 o combinations
Attribute combination corresponding to this list
 o description
A description
 o estNumberTerms
Estimated numer of terms
 o increasing
Order (ascending or descending)
 o maxStepSize
Maximum step-size supported
 o name
Name of the term-list
 o sampleTerms
A list of sample terms

Constructor Index

 o TermListDetails()
 o TermListDetails(DataDir)
Decodes the DataDir representation of a TermListDetails Explain record into a TermListDetails object.

Method Index

 o toDataDir()
Builds a DataDir from this TermListDetails object.
 o toString()

Variables

 o name
 public String name
Name of the term-list

 o description
 public String description
A description

 o combinations
 public Attribute combinations[]
Attribute combination corresponding to this list

 o maxStepSize
 public int maxStepSize[]
Maximum step-size supported

 o collatingSeq
 public String collatingSeq[]
Collating sequence in human readable text

 o increasing
 public boolean increasing[]
Order (ascending or descending)

 o estNumberTerms
 public int estNumberTerms
Estimated numer of terms

 o sampleTerms
 public String sampleTerms[]
A list of sample terms

Constructors

 o TermListDetails
 public TermListDetails()
 o TermListDetails
 public TermListDetails(DataDir t) throws InstantiationException
Decodes the DataDir representation of a TermListDetails Explain record into a TermListDetails object.

Parameters:
t - a TermListDetails Explain record
Throws: InstantiationException
when the DataDir is not constructed as expected

Methods

 o toDataDir
 public DataDir toDataDir()
Builds a DataDir from this TermListDetails object.

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index