Uses of Class
com.e1c.g5.v8.dt.check.settings.IssueSeverity
- 
Packages that use IssueSeverity Package Description com.e1c.g5.v8.dt.check com.e1c.g5.v8.dt.check.components com.e1c.g5.v8.dt.check.settings 
- 
- 
Uses of IssueSeverity in com.e1c.g5.v8.dt.checkMethods in com.e1c.g5.v8.dt.check with parameters of type IssueSeverity Modifier and Type Method Description voidICheckDefinition. setDefaultSeverity(IssueSeverity severity)Sets the default severity of issues produced by this check.
- 
Uses of IssueSeverity in com.e1c.g5.v8.dt.check.componentsMethods in com.e1c.g5.v8.dt.check.components with parameters of type IssueSeverity Modifier and Type Method Description BasicCheck.CheckConfigurerBasicCheck.CheckConfigurer. severity(IssueSeverity severity)Defines the default severity of issues provided by this checkBasicCheck.CheckConfigurerBasicCheck.CheckParameterBuilder. severity(IssueSeverity severity)Defines the default severity of issues provided by this checkBasicCheck.CheckConfigurerBasicCheck.ModuleConfigurationBuilder. severity(IssueSeverity severity)Defines the default severity of issues provided by this checkBasicCheck.CheckConfigurerBasicCheck.TopObjectConfigurationBuilder. severity(IssueSeverity severity)Defines the default severity of issues provided by this check
- 
Uses of IssueSeverity in com.e1c.g5.v8.dt.check.settingsMethods in com.e1c.g5.v8.dt.check.settings that return IssueSeverity Modifier and Type Method Description IssueSeverityCheckSettingsChange. getNewSeverity()Gest the new severity (if set)IssueSeverityICheckDescription. getSeverity()Returns check severity.IssueSeverityICheckSettings. getSeverity()Gets the severity of the check as configuredstatic IssueSeverityIssueSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static IssueSeverity[]IssueSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.e1c.g5.v8.dt.check.settings with parameters of type IssueSeverity Modifier and Type Method Description voidCheckSettingsChange. setNewSeverity(IssueSeverity severity)Set new severity for target markersvoidICheckSettings. setSeverity(IssueSeverity severity)Sets check severity.
 
-