com.objectwave.sourceModel
Class TagElement

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

public class TagElement
extends java.lang.Object

Version:
$Id: TagElement.java,v 2.0 2001/06/11 15:54:25 dave_hoag Exp $
Author:
dhoag

Constructor Summary
TagElement()
          Constructor for the TagElement object
TagElement(java.lang.String tagName, java.lang.String methodName, java.lang.String arg)
          Constructor for the TagElement object
 
Method Summary
 java.lang.String getArg()
          Gets the Arg attribute of the TagElement object
 java.lang.String getMethodName()
          Gets the MethodName attribute of the TagElement object
 java.lang.String getTagName()
          Gets the TagName attribute of the TagElement object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagElement

public TagElement()
Constructor for the TagElement object


TagElement

public TagElement(java.lang.String tagName,
                  java.lang.String methodName,
                  java.lang.String arg)
Constructor for the TagElement object

Parameters:
tagName -
methodName -
arg -
Method Detail

getTagName

public java.lang.String getTagName()
Gets the TagName attribute of the TagElement object

Returns:
The TagName value

getMethodName

public java.lang.String getMethodName()
Gets the MethodName attribute of the TagElement object

Returns:
The MethodName value

getArg

public java.lang.String getArg()
Gets the Arg attribute of the TagElement object

Returns:
The Arg value