public static enum PPSimulator.PromoteMode extends Enum<PPSimulator.PromoteMode>
| Enum Constant and Description |
|---|
PromoteImmediately |
PromoteNothing |
PromoteStandardYears |
PromoteStandardYearsOrMoveInOut |
PromoteStandardYearsOrMoveOut |
| Modifier and Type | Method and Description |
|---|---|
static PPSimulator.PromoteMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PPSimulator.PromoteMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PPSimulator.PromoteMode PromoteNothing
public static final PPSimulator.PromoteMode PromoteImmediately
public static final PPSimulator.PromoteMode PromoteStandardYears
public static final PPSimulator.PromoteMode PromoteStandardYearsOrMoveOut
public static final PPSimulator.PromoteMode PromoteStandardYearsOrMoveInOut
public static PPSimulator.PromoteMode[] values()
for (PPSimulator.PromoteMode c : PPSimulator.PromoteMode.values()) System.out.println(c);
public static PPSimulator.PromoteMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullEDB Working Group at Tue Dec 2 16:35:33 JST 2025