public enum ResponseCode extends Enum<ResponseCode>
| 枚举常量和说明 |
|---|
CARD_NO_EXIST |
EXHIBITION_CONFLICT |
EXHIBITION_INFO_ERROR |
ID_CARD_TYPE_EXIST |
ID_CARD_TYPE_NULL |
RFID_EXIST |
RFID_EXIST_2 |
RFID_EXIST_3 |
RFID_NULL |
TICKET_ID_EXIST |
TICKET_ID_NULL |
public static final ResponseCode CARD_NO_EXIST
public static final ResponseCode RFID_EXIST
public static final ResponseCode ID_CARD_TYPE_EXIST
public static final ResponseCode EXHIBITION_CONFLICT
public static final ResponseCode RFID_EXIST_2
public static final ResponseCode TICKET_ID_EXIST
public static final ResponseCode EXHIBITION_INFO_ERROR
public static final ResponseCode ID_CARD_TYPE_NULL
public static final ResponseCode RFID_NULL
public static final ResponseCode RFID_EXIST_3
public static final ResponseCode TICKET_ID_NULL
public static ResponseCode[] values()
for (ResponseCode c : ResponseCode.values()) System.out.println(c);
public static ResponseCode valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2026 Pivotal Software, Inc.. All rights reserved.