public enum SubjectStatus extends java.lang.Enum<SubjectStatus>
| Enum Constant and Description |
|---|
Info
Informational message.
|
NotMapped
The subject is no longer required for mapping.
|
Ok
The subject's data is valid.
|
Stale
The subject's data may not be valid.
|
| Modifier and Type | Method and Description |
|---|---|
static SubjectStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubjectStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubjectStatus Info
public static final SubjectStatus Ok
public static final SubjectStatus Stale
public static final SubjectStatus NotMapped
public static SubjectStatus[] values()
for (SubjectStatus c : SubjectStatus.values()) System.out.println(c);
public static SubjectStatus 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 nullPlease send bug reports and comments to Caplin support