|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<InteractionTypeEnum>
com.deltalearn.rte.webservice.data.InteractionTypeEnum
public enum InteractionTypeEnum
Constants describing possible interaction types.
| Enum Constant Summary | |
|---|---|
FILL_IN
A fill-in question. |
|
LIKERT
Like RT question. |
|
LONG_FILL_IN
A long fill-in question. |
|
MATCHING
Matching question. |
|
MULTIPLE_CHOICE
A multiple choice question. |
|
NUMERIC
Numeric question. |
|
OTHER
Other type of interaction. |
|
PERFORMANCE
Performance question. |
|
SEQUENCING
Sequencing question. |
|
TRUE_FALSE
A true or false question. |
|
| Method Summary | |
|---|---|
static InteractionTypeEnum |
fromString(java.lang.String string)
Returns an enum object from one of the following strings: true-false, choice, fill-in, long-fill-in, likert, matching, performance, sequencing, numeric or other. |
java.lang.String |
toString()
|
static InteractionTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InteractionTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final InteractionTypeEnum TRUE_FALSE
public static final InteractionTypeEnum MULTIPLE_CHOICE
public static final InteractionTypeEnum FILL_IN
public static final InteractionTypeEnum LONG_FILL_IN
public static final InteractionTypeEnum LIKERT
public static final InteractionTypeEnum MATCHING
public static final InteractionTypeEnum PERFORMANCE
public static final InteractionTypeEnum SEQUENCING
public static final InteractionTypeEnum NUMERIC
public static final InteractionTypeEnum OTHER
| Method Detail |
|---|
public static final InteractionTypeEnum[] values()
for(InteractionTypeEnum c : InteractionTypeEnum.values())
System.out.println(c);
public static InteractionTypeEnum 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 namepublic java.lang.String toString()
toString in class java.lang.Enum<InteractionTypeEnum>public static InteractionTypeEnum fromString(java.lang.String string)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||