public static enum RiskTable.Field extends Enum<RiskTable.Field>
| Enum Constant and Description |
|---|
questionnaire |
riskTable |
| Modifier and Type | Method and Description |
|---|---|
static RiskTable.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiskTable.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiskTable.Field riskTable
public static final RiskTable.Field questionnaire
public static RiskTable.Field[] values()
for (RiskTable.Field c : RiskTable.Field.values()) System.out.println(c);
public static RiskTable.Field 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 nullCopyright © 2022. All rights reserved.