de.mindcrimeilab.util
Class MapEntryAccessor

java.lang.Object
  extended by de.mindcrimeilab.util.MapEntryAccessor
All Implemented Interfaces:
Accessor<org.apache.xerces.xs.XSObject,Map.Entry<? extends org.apache.xerces.xs.XSObject,Object>>

public class MapEntryAccessor
extends Object
implements Accessor<org.apache.xerces.xs.XSObject,Map.Entry<? extends org.apache.xerces.xs.XSObject,Object>>

Version:
$Revision: 146 $
Author:
Michael Engelhardt, $Author: agony $

Constructor Summary
MapEntryAccessor()
           
 
Method Summary
 org.apache.xerces.xs.XSObject getValue(Map.Entry<? extends org.apache.xerces.xs.XSObject,Object> object)
          Retrun value V from given object of class C
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEntryAccessor

public MapEntryAccessor()
Method Detail

getValue

public org.apache.xerces.xs.XSObject getValue(Map.Entry<? extends org.apache.xerces.xs.XSObject,Object> object)
Description copied from interface: Accessor
Retrun value V from given object of class C

Specified by:
getValue in interface Accessor<org.apache.xerces.xs.XSObject,Map.Entry<? extends org.apache.xerces.xs.XSObject,Object>>
Parameters:
object - of type C to get object from.
Returns:
instance of V


Copyright © 2010. All Rights Reserved.