public static enum CourseGradeState.AuditStatus extends Enum<CourseGradeState.AuditStatus>
| Enum Constant and Description |
|---|
DEPART_AUDIT_PASSED |
DEPART_AUDIT_UNPASSED |
FINAL_AUDIT_PASSED |
FINAL_AUDIT_UNPASSED |
NEED_AUDIT |
NEED_FINAL_AUDIT |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName() |
static CourseGradeState.AuditStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CourseGradeState.AuditStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CourseGradeState.AuditStatus NEED_AUDIT
public static final CourseGradeState.AuditStatus DEPART_AUDIT_PASSED
public static final CourseGradeState.AuditStatus DEPART_AUDIT_UNPASSED
public static final CourseGradeState.AuditStatus NEED_FINAL_AUDIT
public static final CourseGradeState.AuditStatus FINAL_AUDIT_PASSED
public static final CourseGradeState.AuditStatus FINAL_AUDIT_UNPASSED
public static CourseGradeState.AuditStatus[] values()
for (CourseGradeState.AuditStatus c : CourseGradeState.AuditStatus.values()) System.out.println(c);
public static CourseGradeState.AuditStatus 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 getFullName()
Copyright © 2005–2018 The OpenURP Software. All rights reserved.