|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DynDFELoggerModule.RecordingState>
com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds.DynDFELoggerModule.RecordingState
public static enum DynDFELoggerModule.RecordingState
Enumeration for the states in which the logger should record.
| Enum Constant Summary | |
|---|---|
RECORD_IN_ACTIVE
When this mode is set, the logger will perform recording in the Active SPR state. |
|
RECORD_IN_MAINTAINING
When this mode is set, the logger will perform recording in the Maintaining SPR state. |
|
RECORD_IN_TUNING
When this mode is set, the logger will perform recording in the Tuning SPR state. |
|
| Method Summary | |
|---|---|
int |
getBitmask()
Returns the bitmask corresponding to the sate. |
static DynDFELoggerModule.RecordingState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DynDFELoggerModule.RecordingState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DynDFELoggerModule.RecordingState RECORD_IN_TUNING
public static final DynDFELoggerModule.RecordingState RECORD_IN_ACTIVE
public static final DynDFELoggerModule.RecordingState RECORD_IN_MAINTAINING
| Method Detail |
|---|
public static DynDFELoggerModule.RecordingState[] values()
for (DynDFELoggerModule.RecordingState c : DynDFELoggerModule.RecordingState.values()) System.out.println(c);
public static DynDFELoggerModule.RecordingState valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getBitmask()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||