public enum PropertyName extends java.lang.Enum<PropertyName>
Question
or a Slot
.
This list must be matched by the corresponding strings at the class QuizzesEnumUtils
.Modifier and Type | Method and Description |
---|---|
static PropertyName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyName STUDENT_ANSWER_PARAMETER
public static final PropertyName STUDENT_ANSWER_PARAMETER_NAME
public static final PropertyName ANSWER_FIELD_TYPE
public static final PropertyName COMPOUND_ANSWER
public static final PropertyName COMPOUND_ANSWER_GRADE
public static final PropertyName COMPOUND_ANSWER_GRADE_DISTRIBUTION
public static final PropertyName SHOW_CAS
public static final PropertyName CAS_SESSION
public static final PropertyName SHOW_AUXILIARY_TEXT_INPUT
public static final PropertyName AUXILIARY_TEXT
public static final PropertyName AUXILIARY_CAS_HIDE_FILE_MENU
public static final PropertyName USER_ID
public static final PropertyName GRAPH_TOOLBAR
public static final PropertyName HANDWRITING_CONSTRAINTS
public static final PropertyName ELEMENTS_TO_HANDWRITE
public static final PropertyName GRAPH_LOCK_INITIAL_CONTENT
public static final PropertyName GRAPH_SHOW_NAME_IN_LABEL
public static final PropertyName GRAPH_SHOW_VALUE_IN_LABEL
public static final PropertyName GRAPH_MAGNETIC_GRID
public static PropertyName[] values()
for (PropertyName c : PropertyName.values()) System.out.println(c);
public static PropertyName 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 nullCopyright © 2021 Maths for More S.L. All Rights Reserved.