All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.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.

Version:
@(#)AttributeType.java 1.1 07/09/97

Variable Index

 o attributeDescription
List of attributes of this type
 o description
Description of the attribute type
 o name
Name of the attribute type
 o value
Integer value of the attribute type

Constructor Index

 o AttributeType()
 o AttributeType(DataDir)
Decodes the DataDir representation of an AttributeType description into an AttributeType object.

Method Index

 o toDataDir()
Builds a DataDir from this AttributeType object.
 o toString()

Variables

 o name
 public String name
Name of the attribute type

 o description
 public String description
Description of the attribute type

 o value
 public int value
Integer value of the attribute type

 o attributeDescription
 public AttributeDescription attributeDescription[]
List of attributes of this type

Constructors

 o AttributeType
 public AttributeType()
 o 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

Methods

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

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index