public class ResultCode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FORCE_STOP
사용자 강제 종료
|
static int |
NEED_TO_SEND_TO_SERVER
파싱되지 않은 내역 서버로 전송이 필요함
|
static int |
NEED_TO_SYNC_PARSING_RULE
파싱룰 동기화 필요함
|
static int |
NOT_PARSED
단건 파싱되지 않음
|
static int |
PARAMETER_ERROR
파라미터가 올바르지 않은경우
|
static int |
SEND_TO_SERVER
단건 파싱된 내역 서버 전송
|
static int |
SERVER_ERROR
서버 에러 발생한 경우
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(java.lang.Integer value) |
static java.lang.String |
stringValueOf(java.lang.Integer value) |
public static final int NOT_PARSED
public static final int SEND_TO_SERVER
public static final int PARAMETER_ERROR
public static final int SERVER_ERROR
public static final int FORCE_STOP
public static final int NEED_TO_SYNC_PARSING_RULE
public static final int NEED_TO_SEND_TO_SERVER