Package com.e1c.g5.v8.dt.check.settings
Class ICheckProvider.CheckInfo
- java.lang.Object
-
- com.e1c.g5.v8.dt.check.settings.ICheckProvider.CheckInfo
-
- Enclosing interface:
- ICheckProvider
public static final class ICheckProvider.CheckInfo extends Object
Check information data transfer object which is used to exchange the check data between internal components of the configuration check subsystem
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckUidgetCategory()Gets the category of the checkICheckgetCheck()Gets the checkStringgetContributorName()Gets the name of the check's contributor (bundle)
-
-
-
Method Detail
-
getCategory
public CheckUid getCategory()
Gets the category of the check- Returns:
- The category of the check. May not be
null
-
getCheck
public ICheck getCheck()
Gets the check- Returns:
- The check itself. May not be
null
-
getContributorName
public String getContributorName()
Gets the name of the check's contributor (bundle)- Returns:
- The name of the check's contributor (bundle). May not be
null
-
-