|
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.CategoryList
CategoryList is an Explain record.
Field Summary | |
String[] |
asn1Module
An ASN.1 definition of the record for this category. |
String[] |
category
Array of categories available in this Explain database. |
String[] |
description
A description of the category. |
String[] |
originalCategory
Mapping to the category name defined by the standard if the standard category names are not used. |
Constructor Summary | |
CategoryList(DataDir t)
Construct a CategoryList from a DataDir of a CategoryList record. |
|
CategoryList(String[] c)
Construct a CategoryList from an array of Strings. |
Method Summary | |
BerString |
toBerString()
Builds a BerString from this CategoryList object. |
DataDir |
toDataDir()
Builds a DataDir from this CategoryList 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[] category
public String[] originalCategory
public String[] description
public String[] asn1Module
Constructor Detail |
public CategoryList(String[] c)
c
- array of categoriespublic CategoryList(DataDir t) throws InstantiationException
t
- a CategoryList Explain recordMethod Detail |
public DataDir toDataDir()
public BerString toBerString()
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 |