public static enum AssignmentConstants.IMSGradingProgress extends Enum<AssignmentConstants.IMSGradingProgress>
| Enum Constant and Description |
|---|
Failed |
FullyGraded |
NotReady |
Pending |
PendingManual |
| Modifier and Type | Method and Description |
|---|---|
static AssignmentConstants.IMSGradingProgress |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssignmentConstants.IMSGradingProgress[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssignmentConstants.IMSGradingProgress FullyGraded
public static final AssignmentConstants.IMSGradingProgress Pending
public static final AssignmentConstants.IMSGradingProgress PendingManual
public static final AssignmentConstants.IMSGradingProgress Failed
public static final AssignmentConstants.IMSGradingProgress NotReady
public static AssignmentConstants.IMSGradingProgress[] values()
for (AssignmentConstants.IMSGradingProgress c : AssignmentConstants.IMSGradingProgress.values()) System.out.println(c);
public static AssignmentConstants.IMSGradingProgress 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 nullCopyright © 2023. All rights reserved.