All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.pics.db.CategoryData

java.lang.Object
   |
   +----w3c.pics.db.CategoryData

public class CategoryData
extends Object
The CategoryData class is used to store information about the values for a particular Category.

See Also:
Category

Constructor Index

 o CategoryData()
Creates a new, empty CategoryData.

Method Index

 o addValue(Vector)
Adds a value to the CategoryData.
 o getValues()
Returns the values stored in this CategoryData.
 o size()
Returns the number of values stored in this CategoryData.
 o toString()
Returns a human-readable description of this CategoryData.

Constructors

 o CategoryData
 public CategoryData()
Creates a new, empty CategoryData.

Methods

 o addValue
 public void addValue(Vector newvalue)
Adds a value to the CategoryData.

Parameters:
newvalue - The value to be added, as a Vector.
 o getValues
 public Enumeration getValues()
Returns the values stored in this CategoryData.

Returns:
An Enumeration of the values stored within this CategoryData.
 o size
 public int size()
Returns the number of values stored in this CategoryData.

Returns:
An int, the number of values stored in this CategoryData.
 o toString
 public String toString()
Returns a human-readable description of this CategoryData.

Returns:
A String representing this CategoryData.
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index