Interface IPersistableProblem

All Superinterfaces:
IProblem
All Known Implementing Classes:
AbstractPersistableProblem

public interface IPersistableProblem extends IProblem
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Method Details

    • getMarkerType

      String getMarkerType()
      Returns the marker type associated to this problem, if it gets persisted into a marker.
      Returns:
      the type of the marker which would be associated to the problem.