IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.tools.migration.btttags
Class TagAttribute

java.lang.Object
  extended bycom.ibm.dse.base.TagAttribute
      extended bycom.ibm.btt.tools.migration.btttags.TagAttribute
All Implemented Interfaces:
java.lang.Cloneable, DSECloneable, java.io.Serializable

public class TagAttribute
extends TagAttribute

TagAttribute Instances of this class hold the attributes of XML tags.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.dse.base.TagAttribute
name, value
 
Constructor Summary
TagAttribute(java.lang.String name, java.lang.Object value)
          Constructs a TagAttribute object with the specified name and value.
TagAttribute(java.lang.String name, java.lang.String value)
          Constructs a TagAttribute object with the specified name and value.
 
Method Summary
protected  void convert(java.lang.String originalValue)
           
 void setValue(java.lang.Object aValue)
          Sets the value.
 void setValue(java.lang.String aValue)
          Sets the value.
 
Methods inherited from class com.ibm.dse.base.TagAttribute
clone, getDate, getName, getValue, readExternal, setName, toString, writeExternal
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagAttribute

public TagAttribute(java.lang.String name,
                    java.lang.Object value)
Constructs a TagAttribute object with the specified name and value.

Parameters:
name - java.lang.String
value - java.lang.Object

TagAttribute

public TagAttribute(java.lang.String name,
                    java.lang.String value)
Constructs a TagAttribute object with the specified name and value.

Parameters:
name - java.lang.String
value - java.lang.String
Method Detail

convert

protected void convert(java.lang.String originalValue)
Overrides:
convert in class TagAttribute

setValue

public void setValue(java.lang.Object aValue)
Sets the value.

Overrides:
setValue in class TagAttribute
Parameters:
aValue - java.lang.Object

setValue

public void setValue(java.lang.String aValue)
Sets the value.

Overrides:
setValue in class TagAttribute
Parameters:
aValue - java.lang.String

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005