| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _SERVER_INCLUDE_ALL
Integer value of enum value "SERVER_INCLUDE_ALL" All the instances of the selected object are checked out. |
| static final ServerIncludeInstances | SERVER_INCLUDE_ALL
Object value of enum value "SERVER_INCLUDE_ALL" All the instances of the selected object are checked out. |
| static final int | _SERVER_INCLUDE_SELECTED
Integer value of enum value "SERVER_INCLUDE_SELECTED" The application can select the family table instance members to be included during checkout. |
| static final ServerIncludeInstances | SERVER_INCLUDE_SELECTED
Object value of enum value "SERVER_INCLUDE_SELECTED" The application can select the family table instance members to be included during checkout. |
| static final int | _SERVER_INCLUDE_NONE
Integer value of enum value "SERVER_INCLUDE_NONE" No additional instances from the family table are added to the object list. |
| static final ServerIncludeInstances | SERVER_INCLUDE_NONE
Object value of enum value "SERVER_INCLUDE_NONE" No additional instances from the family table are added to the object list. |
| static final int | _ServerIncludeInstances_null
Enum null value. |
| Method Summary | |
|---|---|
| static ServerIncludeInstances | FromInt
(int value)
Creates enum object from an integer. |
| static ServerIncludeInstances | 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 ServerIncludeInstances | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ServerIncludeInstances | FromInt | (Integer value) |
Creates enum object from an integer object.
|