枚举类

 1 package com.yeepay.sxf.euma;
 2 /**
 3  * 表示星期的枚举
 4  * @author sxf
 5  *
 6  */
 7 public enum Week {
 8     Monday,
 9     Tuesday ,   
10     Wednesday,  
11     Thursday ,  
12     Friday ,  
13     Saturday,   
14     Sunday,   
15 
16 }
View Code

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
猜你喜欢
  • 2021-11-09
  • 2022-02-04
  • 2022-03-10
  • 2022-02-02
  • 2021-12-26
  • 2021-12-21
相关资源
相似解决方案