public interface IParameterValueList2 extends java.util.List<ParameterValue>
Modifier and Type | Method and Description |
---|---|
ParameterValue |
getParameterValue(EParameter parameter)
Return the parameter corresponding to the given parameter declaration.
|
ParameterValue |
getParameterValueByName(java.lang.String name)
Return the parameter with the specified name.
|
java.lang.Object |
getValue(EParameter parameter)
Return the value of a parameter
|
java.lang.Object |
getValueByParameterName(java.lang.String name)
Return the value of the parameter with the specified name.
|
java.lang.Object getValueByParameterName(java.lang.String name)
name
- the name of the parameternull
if there is no parameter with
that name.ParameterValue getParameterValueByName(java.lang.String name)
name
- the name of the parameternull
if there is no parameter with
that name.ParameterValue getParameterValue(EParameter parameter)
parameter
- the parameter declarationnull
if the given parameter
declaration is unknown.java.lang.Object getValue(EParameter parameter)
parameter
- the parameter