Collaboration diagram for Sct_SctApi.BankType:
Public Member Functions | |
int | value () |
Static Public Member Functions | |
Sct_SctApi.BankType | from_int (int value) |
Static Public Attributes | |
final int | _PHYSICS_CONFIG = 0 |
final Sct_SctApi.BankType | PHYSICS_CONFIG = new Sct_SctApi.BankType(_PHYSICS_CONFIG) |
final int | _SCAN_CONFIG = 1 |
final Sct_SctApi.BankType | SCAN_CONFIG = new Sct_SctApi.BankType(_SCAN_CONFIG) |
final int | _CALIBRATION_CONFIG = 2 |
final Sct_SctApi.BankType | CALIBRATION_CONFIG = new Sct_SctApi.BankType(_CALIBRATION_CONFIG) |
Protected Member Functions | |
BankType (int value) | |
Private Attributes | |
int | __value |
Static Private Attributes | |
int | __size = 3 |
Sct_SctApi.BankType[] | __array = new Sct_SctApi.BankType [__size] |
Generated by the IDL-to-Java compiler (portable), version "3.1" from SctApi.idl 31 July 2004 14:09:49 o'clock BST
Definition at line 11 of file BankType.java.