public static enum ShareableCourseStatusHelper.ShareableStatus extends Enum<ShareableCourseStatusHelper.ShareableStatus>
Enum Constant and Description |
---|
NONE
Aucun
|
PROPOSED
Proposé
|
VALIDATED
Validé
|
Modifier and Type | Method and Description |
---|---|
static ShareableCourseStatusHelper.ShareableStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareableCourseStatusHelper.ShareableStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShareableCourseStatusHelper.ShareableStatus NONE
public static final ShareableCourseStatusHelper.ShareableStatus PROPOSED
public static final ShareableCourseStatusHelper.ShareableStatus VALIDATED
public static ShareableCourseStatusHelper.ShareableStatus[] values()
for (ShareableCourseStatusHelper.ShareableStatus c : ShareableCourseStatusHelper.ShareableStatus.values()) System.out.println(c);
public static ShareableCourseStatusHelper.ShareableStatus 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 null