public class RequirementReport
extends java.lang.Object
Contains the report of a requirement check result.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDetails()
Details about the requirement unfulfillment.
|
RequirementId |
getRequirementId()
For identifying which requirement this report belongs to.
|
boolean |
isFulfilled()
Whether the requirement was fulfilled or not.
|
java.lang.String |
toString() |
public RequirementId getRequirementId()
For identifying which requirement this report belongs to.
RequirementId
of the checked requirementpublic boolean isFulfilled()
Whether the requirement was fulfilled or not.
true
if the requirement was metpublic java.lang.String getDetails()
Details about the requirement unfulfillment.
public java.lang.String toString()
toString
in class java.lang.Object