IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.config
Interface TagAttribute

All Known Implementing Classes:
AttributeImp

public interface TagAttribute

Attribute interface for Tag


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getName()
          Get attribute name
 java.lang.String getValue()
          Get attribute value
 void setName(java.lang.String name)
          Set attribute name
 void setValue(java.lang.String value)
          Set attribute value
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
Get attribute name

Returns:
attribute name

setName

void setName(java.lang.String name)
Set attribute name

Parameters:
name - attribute name

getValue

java.lang.String getValue()
Get attribute value

Returns:
attribute value

setValue

void setValue(java.lang.String value)
Set attribute value

Parameters:
value - attribute value

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011