com.sap.ide.webdynpro.checklayer
Class CheckResult
java.lang.Object
|
+--com.sap.ide.webdynpro.checklayer.CheckResult
- public class CheckResult
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckResult
public CheckResult()
getCheckedMDOs
public java.util.ArrayList getCheckedMDOs()
getEntries
public java.util.ArrayList getEntries()
getErrorCount
public int getErrorCount()
getWarningCount
public int getWarningCount()
getInfoCount
public int getInfoCount()
addCheckedMDO
public void addCheckedMDO(com.sap.ide.metamodel.general.MainDevelopmentObject mainDevelopmentObject)
addEntry
public void addEntry(CheckResultEntry checkResultEntry)
addEntryWithHiddenDOProperties
public void addEntryWithHiddenDOProperties(com.sap.ide.metamodel.general.DevelopmentObject developmentObject,
int kind,
java.lang.String message,
java.lang.String repairHint)
addEntry
public void addEntry(com.sap.ide.metamodel.general.DevelopmentObject developmentObject,
int kind,
java.lang.String propertyName,
java.lang.String message,
java.lang.String repairHint)
addCheckResult
public void addCheckResult(CheckResult checkResult)
Copyright © 2005 SAP AG. All Rights Reserved.