Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class AttributeType

java.lang.Object
  |
  +--ORG.oclc.z39.AttributeType

public class AttributeType
extends Object

AttributeType is referenced in AttributeSetInfo. It describes all the types for an attribute set.


Field Summary
 AttributeDescription[] attributeDescription
          List of attributes of this type
 String description
          Description of the attribute type
 String name
          Name of the attribute type
 int value
          Integer value of the attribute type
 
Constructor Summary
AttributeType()
           
AttributeType(DataDir t)
          Decodes the DataDir representation of an AttributeType description into an AttributeType object.
 
Method Summary
 DataDir toDataDir()
          Builds a DataDir from this AttributeType object.
 String toString()
           
 
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 attribute type

description

public String description
Description of the attribute type

value

public int value
Integer value of the attribute type

attributeDescription

public AttributeDescription[] attributeDescription
List of attributes of this type
Constructor Detail

AttributeType

public AttributeType()

AttributeType

public AttributeType(DataDir t)
              throws InstantiationException
Decodes the DataDir representation of an AttributeType description into an AttributeType object.
Parameters:
t - an AttributeType description
Throws:
InstantiationException - when the DataDir is not constructed as expected
Method Detail

toDataDir

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

toString

public String toString()
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final