Collaboration diagram for Sct_SctApi.RunType:
Public Member Functions | |
int | value () |
Static Public Member Functions | |
Sct_SctApi.RunType | from_int (int value) |
Static Public Attributes | |
final int | _PHYSICS_RUN_TYPE = 0 |
final Sct_SctApi.RunType | PHYSICS_RUN_TYPE = new Sct_SctApi.RunType(_PHYSICS_RUN_TYPE) |
final int | _CALIBRATION_RUN_TYPE = 1 |
final Sct_SctApi.RunType | CALIBRATION_RUN_TYPE = new Sct_SctApi.RunType(_CALIBRATION_RUN_TYPE) |
Protected Member Functions | |
RunType (int value) | |
Private Attributes | |
int | __value |
Static Private Attributes | |
int | __size = 2 |
Sct_SctApi.RunType[] | __array = new Sct_SctApi.RunType [__size] |
Generated by the IDL-to-Java compiler (portable), version "3.2" from SctApi.idl 22 December 2005 19:40:45 o'clock GMT
Definition at line 11 of file RunType.java.