org.pentaho.platform.scheduler2.ws
Class JaxBSafeMap

java.lang.Object
  extended by org.pentaho.platform.scheduler2.ws.JaxBSafeMap

public class JaxBSafeMap
extends Object


Nested Class Summary
static class JaxBSafeMap.JaxBSafeEntry
           
 
Field Summary
 List<JaxBSafeMap.JaxBSafeEntry> entry
           
 
Constructor Summary
JaxBSafeMap()
           
JaxBSafeMap(Map<String,ParamValue> map)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entry

public List<JaxBSafeMap.JaxBSafeEntry> entry
Constructor Detail

JaxBSafeMap

public JaxBSafeMap(Map<String,ParamValue> map)

JaxBSafeMap

public JaxBSafeMap()