Class JaxBSafeMap.JaxBSafeEntry
- java.lang.Object
-
- org.pentaho.platform.scheduler2.ws.JaxBSafeMap.JaxBSafeEntry
-
- Enclosing class:
- JaxBSafeMap
public static class JaxBSafeMap.JaxBSafeEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringkeybooleanlistValueIsEmptyList
-
Constructor Summary
Constructors Constructor Description JaxBSafeEntry()JaxBSafeEntry(Map.Entry<String,ParamValue> e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListParamValuegetListValue()MapParamValuegetMapValue()StringParamValuegetStringValue()voidsetListValue(ListParamValue v)voidsetMapValue(MapParamValue v)voidsetStringValue(StringParamValue v)
-
-
-
Field Detail
-
key
public String key
-
listValueIsEmptyList
public boolean listValueIsEmptyList
-
-
Constructor Detail
-
JaxBSafeEntry
public JaxBSafeEntry()
-
JaxBSafeEntry
public 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)
-
-