Class ValidationReport
- java.lang.Object
-
- org.dddjava.jig.presentation.view.report.business_rule.ValidationReport
-
public class ValidationReport extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ValidationReport(Validation angle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringannotationDescription()TypeIdentifierannotationType()java.lang.StringmemberName()TypeIdentifiermemberType()TypeIdentifiertypeIdentifier()
-
-
-
Constructor Detail
-
ValidationReport
public ValidationReport(Validation angle)
-
-
Method Detail
-
typeIdentifier
public TypeIdentifier typeIdentifier()
-
memberName
public java.lang.String memberName()
-
memberType
public TypeIdentifier memberType()
-
annotationType
public TypeIdentifier annotationType()
-
annotationDescription
public java.lang.String annotationDescription()
-
-