public enum InteractionType extends Enum<InteractionType>
Enum Constant and Description |
---|
CHOICE |
FILL_IN |
LIKERT |
LONG_FILL_IN |
MATCHING |
NUMERIC |
OTHER |
PERFORMANCE |
SEQUENCING |
TRUE_FALSE |
Modifier and Type | Method and Description |
---|---|
static InteractionType |
getByString(String type) |
String |
toString() |
static InteractionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InteractionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InteractionType CHOICE
public static final InteractionType SEQUENCING
public static final InteractionType LIKERT
public static final InteractionType MATCHING
public static final InteractionType PERFORMANCE
public static final InteractionType TRUE_FALSE
public static final InteractionType FILL_IN
public static final InteractionType LONG_FILL_IN
public static final InteractionType NUMERIC
public static final InteractionType OTHER
public static InteractionType[] values()
for (InteractionType c : InteractionType.values()) System.out.println(c);
public static InteractionType 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 toString()
toString
in class Enum<InteractionType>
public static InteractionType getByString(String type) throws UnrecognizedInteractionType
UnrecognizedInteractionType
Copyright © 2016 Rustici Software. All Rights Reserved.