public enum AnswerFieldType extends java.lang.Enum<AnswerFieldType>
Enum Constant and Description |
---|
INLINE_GRAPH_EDITOR |
INLINE_MATH_EDITOR |
POPUP_MATH_EDITOR |
TEXT_FIELD |
Modifier and Type | Method and Description |
---|---|
static AnswerFieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnswerFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnswerFieldType TEXT_FIELD
public static final AnswerFieldType INLINE_MATH_EDITOR
public static final AnswerFieldType POPUP_MATH_EDITOR
public static final AnswerFieldType INLINE_GRAPH_EDITOR
public static AnswerFieldType[] values()
for (AnswerFieldType c : AnswerFieldType.values()) System.out.println(c);
public static AnswerFieldType 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.