package jetbrains.mps.debug.api.breakpoints; /*Generated by MPS */ import org.jetbrains.annotations.NonNls; public interface IBreakpointKind<B extends IBreakpoint> { boolean supportsDisable(); @NonNls String getName(); @NonNls String getPresentation(); }