- 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_COMPARATOR
static 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 boolean
equals(Object pObj)
String
getDescription()
int
getLength()
int
getLine()
Object
getLineText()
int
getOffset()
int
getProblemTypeId()
com.iamsoft.util.validation.ValidationError.Severity
getSeverity()
com.iamsoft.util.validation.ValidationError
getValidationError()
int
hashCode()
-
-
-
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()
-
-