org.apache.tuscany.sdo.util.resource
Class DataObjectXMLStreamReader.NameValuePair

java.lang.Object
  extended by org.apache.tuscany.sdo.util.resource.DataObjectXMLStreamReader.NameValuePair
All Implemented Interfaces:
Map.Entry
Enclosing class:
DataObjectXMLStreamReader

protected static class DataObjectXMLStreamReader.NameValuePair
extends Object
implements Map.Entry


Constructor Summary
DataObjectXMLStreamReader.NameValuePair(Object key, Object value)
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 Object setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

DataObjectXMLStreamReader.NameValuePair

public DataObjectXMLStreamReader.NameValuePair(Object key,
                                               Object value)
Method Detail

getKey

public Object getKey()
Specified by:
getKey in interface Map.Entry

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry

setValue

public Object setValue(Object value)
Specified by:
setValue in interface Map.Entry


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.