Uses of Class
com.e1c.g5.v8.dt.check.CheckParameterDefinition
-
Packages that use CheckParameterDefinition Package Description com.e1c.g5.v8.dt.check com.e1c.g5.v8.dt.check.settings -
-
Uses of CheckParameterDefinition in com.e1c.g5.v8.dt.check
Methods in com.e1c.g5.v8.dt.check with parameters of type CheckParameterDefinition Modifier and Type Method Description void
ICheckDefinition. addParameterDefinition(CheckParameterDefinition checkParameterDefinition)
Adds a new parameter definition to the check configuration. -
Uses of CheckParameterDefinition in com.e1c.g5.v8.dt.check.settings
Methods in com.e1c.g5.v8.dt.check.settings that return types with arguments of type CheckParameterDefinition Modifier and Type Method Description Map<String,CheckParameterDefinition>
ICheckDescription. getParameters()
Returns the immutable map of check parameters by their names.
-