public enum SectionParameters extends java.lang.Enum<SectionParameters>
Enum Constant and Description |
---|
ASSISTMENT_ID |
DAY_LIMIT |
EMPTY_BRANCH |
IS_BLOCKING |
MASTERY_LIMIT |
SET_CORRECTNESS |
TEST_OUT |
TUTOR_MODE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParam() |
static SectionParameters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SectionParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SectionParameters ASSISTMENT_ID
public static final SectionParameters SET_CORRECTNESS
public static final SectionParameters EMPTY_BRANCH
public static final SectionParameters MASTERY_LIMIT
public static final SectionParameters DAY_LIMIT
public static final SectionParameters IS_BLOCKING
public static final SectionParameters TEST_OUT
public static final SectionParameters TUTOR_MODE
public static SectionParameters[] values()
for (SectionParameters c : SectionParameters.values()) System.out.println(c);
public static SectionParameters valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getParam()