Class ProblemDefinition

java.lang.Object
gov.nasa.pds.tools.validate.ProblemDefinition

public class ProblemDefinition
extends Object
Defines a specific problem uncovered by a validation rule.
  • Constructor Details

  • Method Details

    • getID

      public int getID()
    • getSeverity

      public ExceptionType getSeverity()
    • getType

      public ProblemType getType()
    • getMessage

      public String getMessage()
    • getStandardsDocument

      public String getStandardsDocument()
    • getStandardsSection

      public String getStandardsSection()
    • equals

      public boolean equals​(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object