public class MultiValueParameter extends Parameter
MultiValueParameter
class represents a parameter containing multiple values that is passed as part of a definition
of a modular input instance. MultiValueParameter
objects correspond to XML fragments of the form:
<param_list name="multiValue">
<value>value1</value>
<value>value2</value>
</param_list>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getName()
Gets the name of this parameter.
|
List<String> |
getValues()
Gets a list of all values of this parameter.
|
int |
hashCode() |
nodeToParameterList
Copyright © 2022 Splunk, Inc.. All rights reserved.