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
-
CategoryData()
- Creates a new, empty CategoryData.
-
addValue(Vector)
- Adds a value to the CategoryData.
-
getValues()
- Returns the values stored in this CategoryData.
-
size()
- Returns the number of values stored in this CategoryData.
-
toString()
- Returns a human-readable description of this CategoryData.
CategoryData
public CategoryData()
- Creates a new, empty CategoryData.
addValue
public void addValue(Vector newvalue)
- Adds a value to the CategoryData.
- Parameters:
- newvalue - The value to be added, as a Vector.
getValues
public Enumeration getValues()
- Returns the values stored in this CategoryData.
- Returns:
- An Enumeration of the values stored within this CategoryData.
size
public int size()
- Returns the number of values stored in this CategoryData.
- Returns:
- An int, the number of values stored in this CategoryData.
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