|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<View>
org.qtitools.qti.node.test.View
public enum View
The view in which the parent object is to be shown.
| Enum Constant Summary | |
|---|---|
AUTHOR
Author. |
|
CANDIDATE
Candidate. |
|
PROCTOR
Proctor or invigilator. |
|
SCORER
Scorer. |
|
TEST_CONSTRUCTOR
Test constructor. |
|
TUTOR
Tutor. |
|
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_TAG
Name of this class in xml schema. |
| Method Summary | |
|---|---|
static View |
parseView(java.lang.String view)
Returns parsed View from given String. |
java.lang.String |
toString()
|
static View |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static View[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final View AUTHOR
public static final View CANDIDATE
public static final View PROCTOR
public static final View SCORER
public static final View TEST_CONSTRUCTOR
public static final View TUTOR
| Field Detail |
|---|
public static final java.lang.String CLASS_TAG
| Method Detail |
|---|
public static final View[] values()
for(View c : View.values())
System.out.println(c);
public static View 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<View>
public static View parseView(java.lang.String view)
throws QTIParseException
View from given String.
view - String representation of View
View from given String
QTIParseException - if given String is not valid View
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||