public final class C
extends java.lang.Object
usual int constant use nine digits defines (Integer.MAX_VALUE 2147483647)
Modifier and Type | Class and Description |
---|---|
static class |
C.PARAM |
Modifier and Type | Field and Description |
---|---|
static int |
CMD_RETURN_FORCED
a subclass to override a method, call superclass this method.
|
static int |
CMD_RETURN_NORMAL
Structured approach: C([3])+CMD([313]4)+RETURN([185]20211814)+NORMAL([14]151813112)
|
static int |
INDEX_UNSET
Represents an unset or unknown index.
|
static int |
PARAM_ORIGINAL
Use: setting method of int param keeping the original values Structured approach:
C([3])+PARAM([1611]8113)+ORIGINAL([1518]97914112) WARNING: Please avoid repeat with
parameters, if repeat more likely see
C.PARAM |
static int |
PARAM_RESET
Use: setting method of int param reset values Structured approach:
C([3])+PARAM([1611]8113)+RESET([1851]9520) WARNING: Please avoid repeat with parameters,
if repeat more likely see
C.PARAM |
static int |
PARAM_UNSET
WARNING: Please avoid repeat with parameters, if repeat more likely see
C.PARAM |
static int |
POSITION_UNSET
Represents an unset or unknown position.
|
static int |
STATE_PROGRESS_AB_END
...[A-(B)]...
|
static int |
STATE_PROGRESS_AB_FINISH
...[A-(B)]...
|
static int |
STATE_PROGRESS_AB_MID
...[A(-)B]...
|
static int |
STATE_PROGRESS_AB_START
...[(A)-B]...
|
static int |
STATE_PROGRESS_POS_UNIT_END
...[S-(E)]...
|
static int |
STATE_PROGRESS_POS_UNIT_FINISH
...[S-(E)]...
|
static int |
STATE_PROGRESS_POS_UNIT_MID
...[S(-)E]...
|
static int |
STATE_PROGRESS_POS_UNIT_START
...[(S)-E]...
|
static long |
TIME_UNSET
Special constant representing an unset or unknown time or duration.
|
Modifier | Constructor and Description |
---|---|
private |
C() |
public static final int PARAM_ORIGINAL
C.PARAM
public static final int PARAM_RESET
C.PARAM
public static final int PARAM_UNSET
C.PARAM
(PARAM_UNSET = PARAM_RESET)
,
Constant Field Valuespublic static final int CMD_RETURN_FORCED
e.g. @Override public int onCompletion() { //handle return CMD if (super.onCompletion() == C.CMD_RETURN_FORCED) { return C.CMD_RETURN_FORCED; } }
Structured approach: C([3])+CMD([313]4)+RETURN([185]20211814)+FORCED([61]518354)
public static final int CMD_RETURN_NORMAL
Structured approach: C([3])+CMD([313]4)+RETURN([185]20211814)+NORMAL([14]151813112)
public static final int POSITION_UNSET
public static final int INDEX_UNSET
public static final long TIME_UNSET
public static final int STATE_PROGRESS_POS_UNIT_START
Position unit start
public static final int STATE_PROGRESS_POS_UNIT_MID
Position unit mid
public static final int STATE_PROGRESS_POS_UNIT_END
Position unit end
public static final int STATE_PROGRESS_POS_UNIT_FINISH
Position unit finish(loop...)
public static final int STATE_PROGRESS_AB_START
A-B start
public static final int STATE_PROGRESS_AB_MID
A-B mid
public static final int STATE_PROGRESS_AB_END
A-B end
public static final int STATE_PROGRESS_AB_FINISH
A-B finish(loop...)