Copyright @ 2002 SAP. All Rights Reserved.

com.sap.tc.complib.xml
Class Attribute

java.lang.Object
  |
  +--com.sap.tc.complib.xml.Attribute

public class Attribute
extends java.lang.Object

Helper class representing a name/value pair.


Field Summary
 java.lang.String name
           
 java.lang.String value
           
 
Constructor Summary
Attribute(java.lang.String name, java.lang.String value)
          Create a new attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

value

public java.lang.String value
Constructor Detail

Attribute

public Attribute(java.lang.String name,
                 java.lang.String value)
Create a new attribute.
Parameters:
name - the name of the attribute.
value - the value of the attribute.

Copyright @ 2002 SAP. All Rights Reserved.