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

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

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


Constructor Summary
ObjectMap.MethodEntry(Method getter, Method setter)
           
 
Method Summary
 String getKey()
           
 Object getValue()
           
protected  Object invoke(Method method, Object... args)
           
 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.MethodEntry

public ObjectMap.MethodEntry(Method getter,
                             Method setter)
Method Detail

invoke

protected Object invoke(Method method,
                        Object... args)

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.