public enum FinalistPodiumType extends Enum<FinalistPodiumType>
| Enum Constant and Description |
|---|
HIGHEST_SCORE |
STRATEGIC_OSCILLATION |
STRATEGIC_OSCILLATION_BY_LEVEL |
STRATEGIC_OSCILLATION_BY_LEVEL_ON_BEST_SCORE |
| Modifier and Type | Method and Description |
|---|---|
FinalistPodium |
buildFinalistPodium() |
static FinalistPodiumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FinalistPodiumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FinalistPodiumType HIGHEST_SCORE
public static final FinalistPodiumType STRATEGIC_OSCILLATION
public static final FinalistPodiumType STRATEGIC_OSCILLATION_BY_LEVEL
public static final FinalistPodiumType STRATEGIC_OSCILLATION_BY_LEVEL_ON_BEST_SCORE
public static FinalistPodiumType[] values()
for (FinalistPodiumType c : FinalistPodiumType.values()) System.out.println(c);
public static FinalistPodiumType 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 nullpublic FinalistPodium buildFinalistPodium()
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.