public class DecadeFortune extends AbstractTyme
| 限定符和类型 | 字段和说明 |
|---|---|
protected ChildLimit |
childLimit
童限
|
protected int |
index
序号
|
| 限定符 | 构造器和说明 |
|---|---|
protected |
DecadeFortune(ChildLimit childLimit,
int index) |
| 限定符和类型 | 方法和说明 |
|---|---|
static DecadeFortune |
fromChildLimit(ChildLimit childLimit,
int index)
通过童限初始化
|
int |
getEndAge()
结束年龄
|
LunarYear |
getEndLunarYear()
结束农历年
|
String |
getName()
名称
|
SixtyCycle |
getSixtyCycle()
干支
|
int |
getStartAge()
开始年龄
|
Fortune |
getStartFortune()
开始小运
|
LunarYear |
getStartLunarYear()
开始农历年
|
DecadeFortune |
next(int n)
推移
|
equals, indexOf, toStringprotected ChildLimit childLimit
protected int index
protected DecadeFortune(ChildLimit childLimit, int index)
public static DecadeFortune fromChildLimit(ChildLimit childLimit, int index)
childLimit - 童限index - 序号public int getStartAge()
public int getEndAge()
public LunarYear getStartLunarYear()
public LunarYear getEndLunarYear()
public SixtyCycle getSixtyCycle()
public DecadeFortune next(int n)
Tymen - 推移步数public Fortune getStartFortune()
Copyright © 2024. All Rights Reserved.