RSE
Release 3.4

org.eclipse.rse.persistence.dom
Class RSEDOMNodeAttribute

java.lang.Object
  extended by org.eclipse.rse.persistence.dom.RSEDOMNodeAttribute
All Implemented Interfaces:
Serializable

public class RSEDOMNodeAttribute
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RSEDOMNodeAttribute(String key, String value)
           
RSEDOMNodeAttribute(String key, String value, String type)
           
 
Method Summary
 String getKey()
           
 String getType()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSEDOMNodeAttribute

public RSEDOMNodeAttribute(String key,
                           String value,
                           String type)

RSEDOMNodeAttribute

public RSEDOMNodeAttribute(String key,
                           String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()

getType

public String getType()

RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.