|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.z39.Explain | +--ORG.oclc.z39.TermListDetails
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 |
public String name
public String description
public Attribute[] combinations
public int[] maxStepSize
public String[] collatingSeq
public boolean[] increasing
public int estNumberTerms
public String[] sampleTerms
Constructor Detail |
public TermListDetails()
public TermListDetails(DataDir t) throws InstantiationException
t
- a TermListDetails Explain recordMethod Detail |
public DataDir toDataDir()
public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |