org.apache.openejb.config.typed.util
Class ObjectMap.FieldEntry

java.lang.Object
  extended by org.apache.openejb.config.typed.util.ObjectMap.FieldEntry
All Implemented Interfaces:
Map.Entry<String,Object>
Enclosing class:
ObjectMap

public class ObjectMap.FieldEntry
extends Object
implements Map.Entry<String,Object>


Constructor Summary
ObjectMap.FieldEntry(Field field)
           
 
Method Summary
 String 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

ObjectMap.FieldEntry

public ObjectMap.FieldEntry(Field field)
Method Detail

getKey

public String getKey()
Specified by:
getKey in interface Map.Entry<String,Object>

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry<String,Object>

setValue

public Object setValue(Object value)
Specified by:
setValue in interface Map.Entry<String,Object>


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.