public static enum TrainingUnitVideoEvent.VIDEO_EVENT_TYPE extends Enum<TrainingUnitVideoEvent.VIDEO_EVENT_TYPE>
| Enum Constant and Description |
|---|
ASSOCIATED |
CREATED |
| Modifier and Type | Method and Description |
|---|---|
static TrainingUnitVideoEvent.VIDEO_EVENT_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrainingUnitVideoEvent.VIDEO_EVENT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrainingUnitVideoEvent.VIDEO_EVENT_TYPE CREATED
public static final TrainingUnitVideoEvent.VIDEO_EVENT_TYPE ASSOCIATED
public static TrainingUnitVideoEvent.VIDEO_EVENT_TYPE[] values()
for (TrainingUnitVideoEvent.VIDEO_EVENT_TYPE c : TrainingUnitVideoEvent.VIDEO_EVENT_TYPE.values()) System.out.println(c);
public static TrainingUnitVideoEvent.VIDEO_EVENT_TYPE 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 © 2018. All Rights Reserved.