Class FieldValueSemantics


  • public class FieldValueSemantics
    extends java.lang.Object
    Report of the field value semantics verification.
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldValueSemantics​(java.lang.String fieldFullName, boolean invalidSemantics)
      Constructs FieldValueSemantics with the given params.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFieldFullName()
      Getter for fieldFullName field.
      boolean getInvalidSemantics()
      Getter for invalidSemantics field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FieldValueSemantics

        public FieldValueSemantics​(java.lang.String fieldFullName,
                                   boolean invalidSemantics)
        Constructs FieldValueSemantics with the given params.
        Parameters:
        fieldFullName - Full name of the field that was considered during the verification.
        invalidSemantics - Shows whether the data in the field is semantically invalid, e.g. the date of birth is in the future.
    • Method Detail

      • getFieldFullName

        public java.lang.String getFieldFullName()
        Getter for fieldFullName field. See constructor documentation for more information about the field.
        Returns:
        fieldFullName
      • getInvalidSemantics

        public boolean getInvalidSemantics()
        Getter for invalidSemantics field. See constructor documentation for more information about the field.
        Returns:
        invalidSemantics