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