RSE
Release 3.2

org.eclipse.rse.persistence.dom
Class RSEDOMNodeAttribute

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

public class RSEDOMNodeAttribute
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RSEDOMNodeAttribute(java.lang.String key, java.lang.String value)
           
RSEDOMNodeAttribute(java.lang.String key, java.lang.String value, java.lang.String type)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getType()
           
 java.lang.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(java.lang.String key,
                           java.lang.String value,
                           java.lang.String type)

RSEDOMNodeAttribute

public RSEDOMNodeAttribute(java.lang.String key,
                           java.lang.String value)
Method Detail

getKey

public java.lang.String getKey()

getValue

public java.lang.String getValue()

getType

public java.lang.String getType()

RSE
Release 3.2

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