public enum ManifestCode extends java.lang.Enum<ManifestCode>
Enum Constant and Description |
---|
BUGGY_MESSAGE |
HINT |
HINT_ROOT |
HINT_SET |
PEER_WORK |
PREVIEW_PROBLEM_SET |
PROBLEM |
PROBLEM_SET |
SCAFFOLD |
SCAFFOLDING_ROOT |
SCAFFOLDING_SET |
TUTORING_SET |
WEBPAGE |
WEBPAGE_ROOT |
WEBPAGE_SET |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getShortCode() |
static ManifestCode |
ofType(java.lang.String shortCode) |
static ManifestCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ManifestCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManifestCode PROBLEM_SET
public static final ManifestCode PROBLEM
public static final ManifestCode TUTORING_SET
public static final ManifestCode HINT_SET
public static final ManifestCode HINT_ROOT
public static final ManifestCode HINT
public static final ManifestCode SCAFFOLDING_SET
public static final ManifestCode SCAFFOLDING_ROOT
public static final ManifestCode SCAFFOLD
public static final ManifestCode WEBPAGE_SET
public static final ManifestCode WEBPAGE_ROOT
public static final ManifestCode WEBPAGE
public static final ManifestCode BUGGY_MESSAGE
public static final ManifestCode PEER_WORK
public static final ManifestCode PREVIEW_PROBLEM_SET
public static ManifestCode[] values()
for (ManifestCode c : ManifestCode.values()) System.out.println(c);
public static ManifestCode 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 nullpublic java.lang.String getShortCode()
public static ManifestCode ofType(java.lang.String shortCode)