com.objectwave.sourceModel
Class TagTable

java.lang.Object
  |
  +--com.objectwave.sourceModel.TagTable

public class TagTable
extends java.lang.Object

Title: Description: Copyright: Copyright (c) 2001 Company:

Version:
1.0
Author:

Constructor Summary
TagTable()
          Constructor for the TagTable object
 
Method Summary
 void addTag(TagElement tag)
          Adds a feature to the Tag attribute of the TagTable object
 TagElement[] getTagList()
          Gets the TagList attribute of the TagTable object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagTable

public TagTable()
Constructor for the TagTable object

Method Detail

getTagList

public TagElement[] getTagList()
Gets the TagList attribute of the TagTable object

Returns:
The TagList value

addTag

public void addTag(TagElement tag)
Adds a feature to the Tag attribute of the TagTable object

Parameters:
tag - The feature to be added to the Tag attribute