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.checkMethods in com.e1c.g5.v8.dt.check with parameters of type CheckParameterDefinition Modifier and Type Method Description voidICheckDefinition. addParameterDefinition(CheckParameterDefinition checkParameterDefinition)Adds a new parameter definition to the check configuration.
- 
Uses of CheckParameterDefinition in com.e1c.g5.v8.dt.check.settingsMethods 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.
 
-