com.ibm.dse.tools.workbench.base
Class DefaultTagAttribute

java.lang.Object
  |
  +--com.ibm.dse.tools.workbench.base.DefaultTagAttribute

public class DefaultTagAttribute
extends java.lang.Object
implements TagAttribute

This class implements a generic tag attribute.


Constructor Summary
DefaultTagAttribute()
          This method creates a new DefaultTagAttribute object.
 
Method Summary
 java.lang.String getName()
          Returns the name
 java.lang.Object getValue()
          Returns the value
 void setName(java.lang.String aName)
          Sets the name
 void setValue(java.lang.Object aValue)
          Sets the value
 java.lang.String toString()
          Returns the string representation of the tag attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultTagAttribute

public DefaultTagAttribute()
This method creates a new DefaultTagAttribute object.
Method Detail

getName

public java.lang.String getName()
Returns the name
Specified by:
getName in interface TagAttribute
Tags copied from interface: TagAttribute
Returns:
java.lang.String

getValue

public java.lang.Object getValue()
Returns the value
Specified by:
getValue in interface TagAttribute
Tags copied from interface: TagAttribute
Returns:
java.lang.Object

setName

public void setName(java.lang.String aName)
Sets the name
Specified by:
setName in interface TagAttribute
Tags copied from interface: TagAttribute
Parameters:
aName - java.lang.String

setValue

public void setValue(java.lang.Object aValue)
Sets the value
Specified by:
setValue in interface TagAttribute
Tags copied from interface: TagAttribute
Parameters:
aValue - java.lang.Object

toString

public java.lang.String toString()
Returns the string representation of the tag attribute
Overrides:
toString in class java.lang.Object