Package cn.zeroup.macrocosm.cv
Interface HighWay.Do
-
- Enclosing interface:
- HighWay
public static interface HighWay.Do
-
-
Field Summary
Fields Modifier and Type Field Description static StringFLOW_BATCHstatic StringFLOW_CANCELstatic StringFLOW_COMPLETEstatic StringFLOW_DRAFTstatic StringFLOW_START
-
-
-
Field Detail
-
FLOW_START
static final String FLOW_START
- See Also:
- Constant Field Values
-
FLOW_COMPLETE
static final String FLOW_COMPLETE
- See Also:
- Constant Field Values
-
FLOW_DRAFT
static final String FLOW_DRAFT
- See Also:
- Constant Field Values
-
FLOW_BATCH
static final String FLOW_BATCH
- See Also:
- Constant Field Values
-
FLOW_CANCEL
static final String FLOW_CANCEL
- See Also:
- Constant Field Values
-
-