Collaboration diagram for Sct_SctApi.EventFormatType:
Public Member Functions | |
int | value () |
Static Public Member Functions | |
Sct_SctApi.EventFormatType | from_int (int value) |
Static Public Attributes | |
final int | _NORMAL_EVENT_FORMAT = 0 |
final Sct_SctApi.EventFormatType | NORMAL_EVENT_FORMAT = new Sct_SctApi.EventFormatType(_NORMAL_EVENT_FORMAT) |
final int | _EXPANDED_EVENT_FORMAT = 1 |
final Sct_SctApi.EventFormatType | EXPANDED_EVENT_FORMAT = new Sct_SctApi.EventFormatType(_EXPANDED_EVENT_FORMAT) |
final int | _RAW_EVENT_FORMAT = 2 |
final Sct_SctApi.EventFormatType | RAW_EVENT_FORMAT = new Sct_SctApi.EventFormatType(_RAW_EVENT_FORMAT) |
Protected Member Functions | |
EventFormatType (int value) | |
Private Attributes | |
int | __value |
Static Private Attributes | |
int | __size = 3 |
Sct_SctApi.EventFormatType[] | __array = new Sct_SctApi.EventFormatType [__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 EventFormatType.java.