org.apache.aries.blueprint.reflect
Class MapEntryImpl
java.lang.Object
org.apache.aries.blueprint.reflect.MapEntryImpl
- All Implemented Interfaces:
- MutableMapEntry, org.osgi.service.blueprint.reflect.MapEntry
public class MapEntryImpl
- extends Object
- implements MutableMapEntry
Implementation of MapEntry
- Version:
- $Rev$, $Date$
|
Constructor Summary |
MapEntryImpl()
|
MapEntryImpl(org.osgi.service.blueprint.reflect.MapEntry entry)
|
MapEntryImpl(org.osgi.service.blueprint.reflect.NonNullMetadata key,
org.osgi.service.blueprint.reflect.Metadata value)
|
|
Method Summary |
org.osgi.service.blueprint.reflect.NonNullMetadata |
getKey()
|
org.osgi.service.blueprint.reflect.Metadata |
getValue()
|
void |
setKey(org.osgi.service.blueprint.reflect.NonNullMetadata key)
|
void |
setValue(org.osgi.service.blueprint.reflect.Metadata value)
|
String |
toString()
|
MapEntryImpl
public MapEntryImpl()
MapEntryImpl
public MapEntryImpl(org.osgi.service.blueprint.reflect.NonNullMetadata key,
org.osgi.service.blueprint.reflect.Metadata value)
MapEntryImpl
public MapEntryImpl(org.osgi.service.blueprint.reflect.MapEntry entry)
getKey
public org.osgi.service.blueprint.reflect.NonNullMetadata getKey()
- Specified by:
getKey in interface org.osgi.service.blueprint.reflect.MapEntry
setKey
public void setKey(org.osgi.service.blueprint.reflect.NonNullMetadata key)
- Specified by:
setKey in interface MutableMapEntry
getValue
public org.osgi.service.blueprint.reflect.Metadata getValue()
- Specified by:
getValue in interface org.osgi.service.blueprint.reflect.MapEntry
setValue
public void setValue(org.osgi.service.blueprint.reflect.Metadata value)
- Specified by:
setValue in interface MutableMapEntry
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.