随笔分类 -  enum

摘要:ContentTypeEnum contentType = DefContentTypeEnum.valueOf( ); 阅读全文
posted @ 2017-09-15 11:06 tonggc1668 阅读(213) 评论(0) 推荐(0)
摘要:public enum StatCode { NORMAL(0,"正常"), FLAME_OUT(1,"熄火"), NOT_INSTALL(2,"未安装"), NOT_LOCATE(3,"未定位"), POWER_CUT(4,"断电"), NOT_ONLINE1(11,"离线I"), NOT_ONLINE2(12,"离线II"), ... 阅读全文
posted @ 2017-09-15 10:51 tonggc1668 阅读(148) 评论(0) 推荐(0)