org.apache.openejb.config.typed.util
Class ObjectMap.FieldEntry
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectMap.FieldEntry
public ObjectMap.FieldEntry(Field field)
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.