|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.tc.complib.xml.Attribute
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 |
public java.lang.String name
public java.lang.String value
| Constructor Detail |
public Attribute(java.lang.String name,
java.lang.String value)
name - the name of the attribute.value - the value of the attribute.
|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||