public enum RecordingMode extends Enum<RecordingMode>
| Modifier and Type | Method and Description |
|---|---|
long |
getBlackboardRecordingMode() |
String |
getName() |
static RecordingMode |
resolveRecordingMode(long blackboardRecordingMode) |
static RecordingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecordingMode MANUAL
public static final RecordingMode AUTOMATIC
public static final RecordingMode DISABLE
public static RecordingMode[] values()
for (RecordingMode c : RecordingMode.values()) System.out.println(c);
public static RecordingMode 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 static RecordingMode resolveRecordingMode(long blackboardRecordingMode)
public long getBlackboardRecordingMode()
public String getName()
Copyright © 2016 Jasig. All Rights Reserved.