|
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.AttributeDescription
AttributeDescription is defined in Z39-50-recordSyntax explain. More detailed explanations of various parameters can be obtained in the Z39-50 documentation.
Field Summary | |
String |
description
Description of the attribute. |
int[] |
equivalents
Set of values from other AttributeDescriptions that are equivalent. |
String |
name
Name of the attribute. |
int |
value
Value of the attribute. |
Constructor Summary | |
AttributeDescription(DataDir t)
Construct an AttributeDescription from the DataDir. |
|
AttributeDescription(String name,
int value)
Construct an AttributeDescription with the specified name and value. |
Method Summary | |
DataDir |
toDataDir()
Builds a DataDir of the AttributeDescription. |
String |
toString()
Builds a String describing the AttributeDescription. |
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 int value
public int[] equivalents
Constructor Detail |
public AttributeDescription(String name, int value)
public AttributeDescription(DataDir t) throws InstantiationException
Method 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 |