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
-
collatingSeq
- Collating sequence in human readable text
-
combinations
- Attribute combination corresponding to this list
-
description
- A description
-
estNumberTerms
- Estimated numer of terms
-
increasing
- Order (ascending or descending)
-
maxStepSize
- Maximum step-size supported
-
name
- Name of the term-list
-
sampleTerms
- A list of sample terms
-
TermListDetails()
-
-
TermListDetails(DataDir)
- Decodes the DataDir representation of a TermListDetails Explain record
into a TermListDetails object.
-
toDataDir()
- Builds a DataDir from this TermListDetails object.
-
toString()
-
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
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
toDataDir
public DataDir toDataDir()
- Builds a DataDir from this TermListDetails object.
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index