|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.designwizard.patternchecker.CheckingResult
public class CheckingResult
Constructor Summary | |
---|---|
CheckingResult()
|
Method Summary | |
---|---|
void |
addError(CheckError error)
|
void |
addWarning(CheckWarning warning)
|
java.util.Set<CheckError> |
getErrors()
|
boolean |
getVeredict()
|
java.util.Set<CheckWarning> |
getWarnings()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckingResult()
Method Detail |
---|
public void addWarning(CheckWarning warning)
public boolean getVeredict()
public void addError(CheckError error)
public java.util.Set<CheckError> getErrors()
public java.util.Set<CheckWarning> getWarnings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |