com.ibm.btt.tools.migration.btttags
Class TagAttribute
java.lang.Object
com.ibm.dse.base.TagAttribute
com.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
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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.Stringvalue
- 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.Stringvalue
- java.lang.String
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
(c) Copyright IBM Corporation 1998, 2005