public class RunStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ABORT |
static int |
ABORT_ALL |
static int |
ABORT_FEATURE |
static int |
ABORT_ITERATION |
static int |
ABORT_SPEC |
static int |
ALL |
static int |
END |
static int |
END_ALL |
static int |
END_FEATURE |
static int |
END_ITERATION |
static int |
END_SPEC |
static int |
FEATURE |
static int |
ITERATION |
static int |
OK |
static int |
SPEC |
Constructor and Description |
---|
RunStatus() |
public static final int END
public static final int ABORT
public static final int ITERATION
public static final int FEATURE
public static final int SPEC
public static final int ALL
public static final int OK
public static final int END_ITERATION
public static final int END_FEATURE
public static final int END_SPEC
public static final int END_ALL
public static final int ABORT_ITERATION
public static final int ABORT_FEATURE
public static final int ABORT_SPEC
public static final int ABORT_ALL
Copyright © 2012. All rights reserved