parameterName | パラメータ名。 A parameter name. |
parameterValue | パラメータ値。 The value of the parameter. |
maximumValue | パラメータ値の許容範囲の上限。 The upper bound of the allowed parameter range. |
maximum_parameterName | 上限に対応するパラメータ名。
これを""とすれば
パラメータ値ではなく定数での上限指定となる。 The parameter name corresponding to the upper bound. Using "" results in specifying the upper bound not as a parameter but as a constant. |
エラー :
パラメータparameterNameの値として
parameterValueが指定されましたが、
この値はmaximumValue以下でなければなりません。 ERROR : parameterValue was specified for parameter "parameterName", which must be less than or equal to maximumValue. |
エラー :
パラメータparameterNameの値として
parameterValueが指定されましたが、
この値はパラメータmaximum_parameterNameの値
(maximumValue)以下でなければなりません。 ERROR : parameterValue was specified for parameter "parameterName", which must be less than or equal to the value of parameter "maximum_parameterName" (maximumValue). |