Package de.eacg.ecs.client
Class CheckResults.Violation
java.lang.Object
de.eacg.ecs.client.CheckResults.Violation
- Enclosing class:
- CheckResults
public static class CheckResults.Violation
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Violation() -
Method Summary
Modifier and Type Method Description java.lang.StringgetMessage()java.lang.StringgetType()booleanisViolation()booleanisWarning()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Violation
public Violation()
-
-
Method Details
-
getType
public java.lang.String getType() -
getMessage
public java.lang.String getMessage() -
isWarning
public boolean isWarning() -
isViolation
public boolean isViolation()
-