Public Member Functions | |
final int | swigValue () |
String | toString () |
Static Public Member Functions | |
action_code | swigToEnum (int swigValue) |
Static Public Attributes | |
final action_code | FileOpen = new action_code("FileOpen") |
final action_code | FileSkip = new action_code("FileSkip") |
final action_code | FileError = new action_code("FileError") |
final action_code | FileClose = new action_code("FileClose") |
final action_code | DocumentCount = new action_code("DocumentCount") |
Private Member Functions | |
action_code (String swigName) | |
action_code (String swigName, int swigValue) | |
action_code (String swigName, action_code swigEnum) | |
Private Attributes | |
final int | swigValue |
final String | swigName |
Static Private Attributes | |
action_code[] | swigValues = { FileOpen, FileSkip, FileError, FileClose, DocumentCount } |
int | swigNext = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|