|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IParameterValueList
List of query parameters, with two methods for direct access to value or parameter by name.
| Method Summary | |
|---|---|
ParameterValue |
getParameterValue(Parameter 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(Parameter 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. |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
java.lang.Object getValueByParameterName(java.lang.String name)
name - the name of the parameter
null if there is no parameter with
that name.ParameterValue getParameterValueByName(java.lang.String name)
name - the name of the parameter
null if there is no parameter with
that name.ParameterValue getParameterValue(Parameter parameter)
parameter - the parameter declaration
null if the given parameter
declaration is unknown.java.lang.Object getValue(Parameter parameter)
parameter - the parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||