org.pentaho.platform.scheduler2.ws
Class JaxBSafeMap.JaxBSafeEntry

java.lang.Object
  extended by org.pentaho.platform.scheduler2.ws.JaxBSafeMap.JaxBSafeEntry
Enclosing class:
JaxBSafeMap

public static class JaxBSafeMap.JaxBSafeEntry
extends Object


Field Summary
 String key
           
 boolean listValueIsEmptyList
           
 
Constructor Summary
JaxBSafeMap.JaxBSafeEntry()
           
JaxBSafeMap.JaxBSafeEntry(Map.Entry<String,ParamValue> e)
           
 
Method Summary
 ListParamValue getListValue()
           
 MapParamValue getMapValue()
           
 StringParamValue getStringValue()
           
 void setListValue(ListParamValue v)
           
 void setMapValue(MapParamValue v)
           
 void setStringValue(StringParamValue v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public String key

listValueIsEmptyList

public boolean listValueIsEmptyList
Constructor Detail

JaxBSafeMap.JaxBSafeEntry

public JaxBSafeMap.JaxBSafeEntry()

JaxBSafeMap.JaxBSafeEntry

public JaxBSafeMap.JaxBSafeEntry(Map.Entry<String,ParamValue> e)
Method Detail

getListValue

public ListParamValue getListValue()

setListValue

public void setListValue(ListParamValue v)

getStringValue

public StringParamValue getStringValue()

setStringValue

public void setStringValue(StringParamValue v)

getMapValue

public MapParamValue getMapValue()

setMapValue

public void setMapValue(MapParamValue v)