org.ow2.orchestra.util
Class JAXBUtils.JAXBMapAdapter.InternalMapEntryType<K,V>

java.lang.Object
  extended by org.ow2.orchestra.util.JAXBUtils.JAXBMapAdapter.InternalMapEntryType<K,V>
Enclosing class:
JAXBUtils.JAXBMapAdapter<K,V,W>

public static class JAXBUtils.JAXBMapAdapter.InternalMapEntryType<K,V>
extends Object


Field Summary
 K key
           
 V value
           
 
Constructor Summary
JAXBUtils.JAXBMapAdapter.InternalMapEntryType()
           
JAXBUtils.JAXBMapAdapter.InternalMapEntryType(K key, V value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public K key

value

public V value
Constructor Detail

JAXBUtils.JAXBMapAdapter.InternalMapEntryType

public JAXBUtils.JAXBMapAdapter.InternalMapEntryType()

JAXBUtils.JAXBMapAdapter.InternalMapEntryType

public JAXBUtils.JAXBMapAdapter.InternalMapEntryType(K key,
                                                     V value)


Copyright © 2011 OW2 Consortium. All Rights Reserved.