| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _FILE_LIST_ALL
Integer value of enum value "FILE_LIST_ALL" List all files (including multiple versions of the same file). |
| static final FileListOpt | FILE_LIST_ALL
Object value of enum value "FILE_LIST_ALL" List all files (including multiple versions of the same file). |
| static final int | _FILE_LIST_LATEST
Integer value of enum value "FILE_LIST_LATEST" List only the latest version of each file. |
| static final FileListOpt | FILE_LIST_LATEST
Object value of enum value "FILE_LIST_LATEST" List only the latest version of each file. |
| static final int | _FILE_LIST_ALL_INST
Integer value of enum value "FILE_LIST_ALL_INST" Same as FILE_LIST_ALL, to show instances for PDM locations. |
| static final FileListOpt | FILE_LIST_ALL_INST
Object value of enum value "FILE_LIST_ALL_INST" Same as FILE_LIST_ALL, to show instances for PDM locations. |
| static final int | _FILE_LIST_LATEST_INST
Integer value of enum value "FILE_LIST_LATEST_INST" Same as FILE_LIST_LATEST, to show instances for PDM locations. |
| static final FileListOpt | FILE_LIST_LATEST_INST
Object value of enum value "FILE_LIST_LATEST_INST" Same as FILE_LIST_LATEST, to show instances for PDM locations. |
| static final int | _FileListOpt_null
Enum null value. |
| Method Summary | |
|---|---|
| static FileListOpt | FromInt
(int value)
Creates enum object from an integer. |
| static FileListOpt | 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 FileListOpt | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static FileListOpt | FromInt | (Integer value) |
Creates enum object from an integer object.
|