public enum EducationExternalSource extends java.lang.Enum<EducationExternalSource>
| Enum Constant and Description |
|---|
MANUAL
manual
|
SIS
sis
|
UNEXPECTED_VALUE
For EducationExternalSource values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
| Modifier and Type | Method and Description |
|---|---|
static EducationExternalSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EducationExternalSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EducationExternalSource SIS
public static final EducationExternalSource MANUAL
public static final EducationExternalSource UNKNOWN_FUTURE_VALUE
public static final EducationExternalSource UNEXPECTED_VALUE
public static EducationExternalSource[] values()
for (EducationExternalSource c : EducationExternalSource.values()) System.out.println(c);
public static EducationExternalSource 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 null