Public Member Functions | |
int | value () |
Static Public Member Functions | |
static ApplicationType | from_int (int value) |
Static Public Attributes | |
static final int | _regular = 0 |
static final ApplicationType | regular = new ApplicationType(_regular) |
static final int | _parametric = 1 |
static final ApplicationType | parametric = new ApplicationType(_parametric) |
static final int | _bsp = 2 |
static final ApplicationType | bsp = new ApplicationType(_bsp) |
static final int | _restart = 3 |
static final ApplicationType | restart = new ApplicationType(_restart) |
Protected Member Functions | |
ApplicationType (int i) | |
Package Functions | |
java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
int | value = -1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|