Class XmlMapAdapter.NameValuePair

  • Enclosing class:
    XmlMapAdapter

    public static final class XmlMapAdapter.NameValuePair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object key  
      java.lang.Object value  
    • Constructor Summary

      Constructors 
      Constructor Description
      NameValuePair()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        public java.lang.Object key
      • value

        public java.lang.Object value
    • Constructor Detail

      • NameValuePair

        public NameValuePair()