| 程序包 | 说明 |
|---|---|
| com.tyme.enums | |
| com.tyme.festival |
| 限定符和类型 | 方法和说明 |
|---|---|
static FestivalType |
FestivalType.fromCode(Integer code) |
static FestivalType |
FestivalType.fromName(String name) |
static FestivalType |
FestivalType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FestivalType[] |
FestivalType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected FestivalType |
SolarFestival.type
类型
|
protected FestivalType |
LunarFestival.type
类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
FestivalType |
SolarFestival.getType()
类型
|
FestivalType |
LunarFestival.getType()
类型
|
| 构造器和说明 |
|---|
LunarFestival(FestivalType type,
LunarDay day,
SolarTerm solarTerm,
String data) |
SolarFestival(FestivalType type,
SolarDay day,
int startYear,
String data) |
Copyright © 2024. All Rights Reserved.