Package cbsw

Class MapEntryType


  • class MapEntryType
    extends java.lang.Object

    This class is used during unmarshalling of Command map instances with CommandMapAdapter.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String key  
      (package private) java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      MapEntryType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • key

        java.lang.String key
      • value

        java.lang.String value
    • Constructor Detail

      • MapEntryType

        MapEntryType()