public static enum RiskTable.Question extends Enum<RiskTable.Question>
| Enum Constant and Description |
|---|
constantName |
description |
mode |
name |
network |
node |
question |
questions |
syncName |
type |
visible |
| Modifier and Type | Method and Description |
|---|---|
static RiskTable.Question |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiskTable.Question[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiskTable.Question questions
public static final RiskTable.Question question
public static final RiskTable.Question name
public static final RiskTable.Question description
public static final RiskTable.Question network
public static final RiskTable.Question node
public static final RiskTable.Question type
public static final RiskTable.Question mode
public static final RiskTable.Question constantName
public static final RiskTable.Question visible
public static final RiskTable.Question syncName
public static RiskTable.Question[] values()
for (RiskTable.Question c : RiskTable.Question.values()) System.out.println(c);
public static RiskTable.Question 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.