public class ParameterValueList extends Object implements Iterable<ParameterValue>
ParameterValues
.Constructor and Description |
---|
ParameterValueList() |
Modifier and Type | Method and Description |
---|---|
protected void |
add(ParameterValue pv) |
boolean |
contains(String name) |
ParameterValue |
findParameterValue(String name)
Find a (case insensitive)
ParameterValue |
static ParameterValueList |
get(ParameterList params,
Message message,
PipeLineSession session) |
ParameterValue |
get(String name)
Get a specific
ParameterValue |
ParameterValue |
getParameterValue(int i) |
ParameterValue |
getParameterValue(String name)
Deprecated.
|
static Message |
getValue(ParameterValueList pvl,
String name,
Message defaultValue) |
static String |
getValue(ParameterValueList pvl,
String name,
String defaultValue) |
Map<String,Object> |
getValueMap()
Returns a Map of value objects which may be a subset of the ParameterList when multiple parameters exist with the same name!
|
Iterator<ParameterValue> |
iterator()
Returns the
List iterator which may contain Parameters with the same name! |
ParameterValue |
remove(String name)
Deprecated.
|
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static ParameterValueList get(ParameterList params, Message message, PipeLineSession session) throws ParameterException
ParameterException
protected void add(ParameterValue pv)
@Deprecated public ParameterValue getParameterValue(String name)
public ParameterValue get(String name)
ParameterValue
public ParameterValue findParameterValue(String name)
ParameterValue
public boolean contains(String name)
@Deprecated public ParameterValue remove(String name)
iterator()
!public Map<String,Object> getValueMap()
public static Message getValue(ParameterValueList pvl, String name, Message defaultValue)
public static String getValue(ParameterValueList pvl, String name, String defaultValue)
public int size()
iterator()
!public ParameterValue getParameterValue(int i)
ParameterValue
, should only be used in combination with iterator()
!public Iterator<ParameterValue> iterator()
List
iterator which may contain Parameters
with the same name!iterator
in interface Iterable<ParameterValue>
Copyright © 2023 Frank!Framework. All rights reserved.