Package com.e1c.g5.v8.dt.check.settings
Interface ICheckSettings
- All Superinterfaces:
- INamedElement
- All Known Implementing Classes:
- CheckSettings
Check description with settngs.
- 
Field SummaryFields inherited from interface com.e1c.g5.v8.dt.check.settings.INamedElementROOT_ID
- 
Method SummaryModifier and TypeMethodDescriptiongetId()Gets the unique idenfier of the checkReturns the immutable map of check properties by names.Gets the severity of the check as configuredgetType()Gets the type of the check issuesbooleanReturns whether check settings is default.booleanReads the enablement status of the checkbooleanReads the protected object check mode enablement statusvoidsetEnabled(boolean enabled) Sets check enabling.voidsetSeverity(IssueSeverity severity) Sets check severity.Methods inherited from interface com.e1c.g5.v8.dt.check.settings.INamedElementgetDescription, getParentId, getTitle
- 
Method Details- 
getIdCheckUid getId()Gets the unique idenfier of the check- Specified by:
- getIdin interface- INamedElement
- Returns:
- The unique identifier of the check. May not be null
 
- 
getParametersMap<String,ICheckParameterSettings> getParameters()Returns the immutable map of check properties by names.- Returns:
- map of check properties by names, not null.
 
- 
getSeverityIssueSeverity getSeverity()Gets the severity of the check as configured- Returns:
- The severity of the check. May not be null
 
- 
getTypeIssueType getType()Gets the type of the check issues- Returns:
- The type of the check issues. May not be null
 
- 
isDefaultboolean isDefault()Returns whether check settings is default.- Returns:
- whether check settings is default.
 
- 
isEnabledboolean isEnabled()Reads the enablement status of the check- Returns:
- True if the check is enabled at the moment
 
- 
isProtectedObjectCheckEnabledboolean isProtectedObjectCheckEnabled()Reads the protected object check mode enablement status- Returns:
- True if the protected object check mode is enabled
 
- 
setEnabledvoid setEnabled(boolean enabled) Sets check enabling.- Parameters:
- enabled- check enabling
 
- 
setSeveritySets check severity.- Parameters:
- severity- check severity, not- null
 
 
-