public class Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ASSIGNTOALL
Stores the identification for
AssignToAllElement. |
static int |
CLEARTEMPORARYDATA
Stores the identification for
ClearTemporaryDataElement. |
static int |
ENDSYSTEM
Stores the identification for
EndSystemElement. |
static int |
ENTER
Stores the identification for
EnterElement+. |
static int |
ENTERCONFIGURATION
Stores the identification for
EnterConfigurationElement. |
static int |
EXIT
Stores the identification for
ExitElement. |
static int |
FINISHRECORDING
Stores the identification for
FinishRecordingElement. |
static int |
IO
Stores the identification for
IoElement. |
static int |
MEMORYALLOCATED
Stores the identification for
MemoryAllocatedElement. |
static int |
MEMORYFREEDBYRECID
Stores the identification for
MemoryFreedByRecIdElement. |
static int |
NOTIFYTIMER
Stores the identification for
NotifyTimerElement. |
static int |
NOTIFYVALUE
Stores the identification for
NotifyValueChangeElement. |
static int |
PRINT_STATISTICS
Stores the identification for
PrintStatisticsElement. |
static int |
PRINTCURRENTSTATE
Stores the identification for
PrintCurrentState. |
static int |
PROGRAMRECORDCREATION
Stores the identification for
NotifyProgramRecordCreationElement. |
static int |
REGISTER
Stores the identification for
RegisterElement. |
static int |
STARTRECORDING
Stores the identification for
StartRecordingElement. |
static int |
STOP_TIME_RECORDING
Stores the identification for
StopTimeRecordingElement. |
| Modifier | Constructor and Description |
|---|---|
private |
Constants()
Constructor.
|
public static final int ENTERCONFIGURATION
EnterConfigurationElement.public static final int ENTER
EnterElement+.public static final int EXIT
ExitElement.public static final int FINISHRECORDING
FinishRecordingElement.public static final int MEMORYALLOCATED
MemoryAllocatedElement.public static final int MEMORYFREEDBYRECID
MemoryFreedByRecIdElement.public static final int PRINT_STATISTICS
PrintStatisticsElement.public static final int IO
IoElement.public static final int STARTRECORDING
StartRecordingElement.public static final int STOP_TIME_RECORDING
StopTimeRecordingElement.public static final int ENDSYSTEM
EndSystemElement.public static final int REGISTER
RegisterElement.public static final int ASSIGNTOALL
AssignToAllElement.public static final int PRINTCURRENTSTATE
PrintCurrentState.public static final int NOTIFYTIMER
NotifyTimerElement.public static final int NOTIFYVALUE
NotifyValueChangeElement.public static final int PROGRAMRECORDCREATION
NotifyProgramRecordCreationElement.public static final int CLEARTEMPORARYDATA
ClearTemporaryDataElement.