public final class Breakpoint
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Breakpoint.Type |
| Modifier and Type | Method and Description |
|---|---|
static Breakpoint |
createBreakpoint(java.nio.ByteOrder order,
int columnCount,
byte[] row) |
java.lang.String |
getExpression() |
int |
getId() |
java.lang.String |
getOrigin() |
java.lang.String |
getStreamName()
Name of the stream this breakpoint is set on
|
Breakpoint.Type |
getType() |
boolean |
isEnabled() |
boolean |
isTriggered()
Is the breakpoint currently triggered
|
int |
leftToTrigger() |
java.lang.String |
toString() |
int |
triggerInterval() |
public static Breakpoint createBreakpoint(java.nio.ByteOrder order, int columnCount, byte[] row)
public Breakpoint.Type getType()
public int getId()
public java.lang.String getStreamName()
public java.lang.String getOrigin()
public java.lang.String getExpression()
public boolean isTriggered()
public boolean isEnabled()
public int triggerInterval()
public int leftToTrigger()
public java.lang.String toString()
toString in class java.lang.Object