| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _SERVER_DONT_AUTORESOLVE
Integer value of enum value "SERVER_DONT_AUTORESOLVE" Don't autoresolve references to models missing from the workspace, which may result in a conflict. |
| static final ServerAutoresolveOption | SERVER_DONT_AUTORESOLVE
Object value of enum value "SERVER_DONT_AUTORESOLVE" Don't autoresolve references to models missing from the workspace, which may result in a conflict. |
| static final int | _SERVER_AUTORESOLVE_IGNORE
Integer value of enum value "SERVER_AUTORESOLVE_IGNORE" Autoresolve missing references by ignoring them completely. |
| static final ServerAutoresolveOption | SERVER_AUTORESOLVE_IGNORE
Object value of enum value "SERVER_AUTORESOLVE_IGNORE" Autoresolve missing references by ignoring them completely. |
| static final int | _SERVER_AUTORESOLVE_UPDATE_IGNORE
Integer value of enum value "SERVER_AUTORESOLVE_UPDATE_IGNORE" Autoresolve missing references by updating from the database and ignoring them if not found in the database. |
| static final ServerAutoresolveOption | SERVER_AUTORESOLVE_UPDATE_IGNORE
Object value of enum value "SERVER_AUTORESOLVE_UPDATE_IGNORE" Autoresolve missing references by updating from the database and ignoring them if not found in the database. |
| static final int | _ServerAutoresolveOption_null
Enum null value. |
| Method Summary | |
|---|---|
| static ServerAutoresolveOption | FromInt
(int value)
Creates enum object from an integer. |
| static ServerAutoresolveOption | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static ServerAutoresolveOption | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ServerAutoresolveOption | FromInt | (Integer value) |
Creates enum object from an integer object.
|