Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class TermListDetails

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

public class TermListDetails
extends Explain

TermListDetails is an Explain record.


Field Summary
 String[] collatingSeq
          Collating sequence in human readable text
 Attribute[] combinations
          Attribute combination corresponding to this list
 String description
          A description
 int estNumberTerms
          Estimated numer of terms
 boolean[] increasing
          Order (ascending or descending)
 int[] maxStepSize
          Maximum step-size supported
 String name
          Name of the term-list
 String[] sampleTerms
          A list of sample terms
 
Constructor Summary
TermListDetails()
           
TermListDetails(DataDir t)
          Decodes the DataDir representation of a TermListDetails Explain record into a TermListDetails object.
 
Method Summary
 DataDir toDataDir()
          Builds a DataDir from this TermListDetails object.
 String toString()
           
 
Methods inherited from class ORG.oclc.z39.Explain
getRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name
Name of the term-list

description

public String description
A description

combinations

public Attribute[] combinations
Attribute combination corresponding to this list

maxStepSize

public int[] maxStepSize
Maximum step-size supported

collatingSeq

public String[] collatingSeq
Collating sequence in human readable text

increasing

public boolean[] increasing
Order (ascending or descending)

estNumberTerms

public int estNumberTerms
Estimated numer of terms

sampleTerms

public String[] sampleTerms
A list of sample terms
Constructor Detail

TermListDetails

public TermListDetails()

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
Method Detail

toDataDir

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

toString

public String toString()
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final