public static enum ProboProblem.SubProblem extends Enum<ProboProblem.SubProblem>
| Modifier and Type | Method and Description |
|---|---|
String |
abbreviation()
Returns the abbreviation of the sub-problem.
|
String |
description()
Returns the description of the sub-problem.
|
boolean |
isJustificationProblem() |
static ProboProblem.SubProblem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProboProblem.SubProblem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProboProblem.SubProblem DC
public static final ProboProblem.SubProblem DS
public static final ProboProblem.SubProblem DE
public static final ProboProblem.SubProblem DL
public static final ProboProblem.SubProblem DX
public static final ProboProblem.SubProblem DN
public static final ProboProblem.SubProblem EC
public static final ProboProblem.SubProblem ES
public static final ProboProblem.SubProblem EE
public static final ProboProblem.SubProblem EL
public static final ProboProblem.SubProblem SE
public static ProboProblem.SubProblem[] values()
for (ProboProblem.SubProblem c : ProboProblem.SubProblem.values()) System.out.println(c);
public static ProboProblem.SubProblem 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 String description()
public String abbreviation()
public boolean isJustificationProblem()
Copyright © 2019. All rights reserved.