- java.lang.Object
-
- com.iamsoft.util.ui.javafx.codearea.ProblemInfo
-
public class ProblemInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<ProblemInfo>OFFSET_COMPARATORstatic Comparator<ProblemInfo>SEVERITY_COMPARATOR'Higher to lower' severity comparator.
-
Constructor Summary
Constructors Constructor Description ProblemInfo(int pLine, com.iamsoft.util.validation.ValidationError pError)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object pObj)StringgetDescription()intgetLength()intgetLine()ObjectgetLineText()intgetOffset()intgetProblemTypeId()com.iamsoft.util.validation.ValidationError.SeveritygetSeverity()com.iamsoft.util.validation.ValidationErrorgetValidationError()inthashCode()
-
-
-
Field Detail
-
SEVERITY_COMPARATOR
public static final Comparator<ProblemInfo> SEVERITY_COMPARATOR
'Higher to lower' severity comparator.
-
OFFSET_COMPARATOR
public static final Comparator<ProblemInfo> OFFSET_COMPARATOR
-
-
Method Detail
-
getLine
public int getLine()
-
getLineText
public Object getLineText()
-
getValidationError
public com.iamsoft.util.validation.ValidationError getValidationError()
-
getSeverity
public com.iamsoft.util.validation.ValidationError.Severity getSeverity()
-
getDescription
public String getDescription()
-
getOffset
public int getOffset()
-
getLength
public int getLength()
-
getProblemTypeId
public int getProblemTypeId()
-
-