| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _WSIMPEX_MSG_INFO
Integer value of enum value "WSIMPEX_MSG_INFO" No problem, just an information. |
| static final WSImportExportMessageType | WSIMPEX_MSG_INFO
Object value of enum value "WSIMPEX_MSG_INFO" No problem, just an information. |
| static final int | _WSIMPEX_MSG_WARNING
Integer value of enum value "WSIMPEX_MSG_WARNING" A low severity problem resolved according to some configured rules. |
| static final WSImportExportMessageType | WSIMPEX_MSG_WARNING
Object value of enum value "WSIMPEX_MSG_WARNING" A low severity problem resolved according to some configured rules. |
| static final int | _WSIMPEX_MSG_CONFLICT
Integer value of enum value "WSIMPEX_MSG_CONFLICT" An overridable conflict. |
| static final WSImportExportMessageType | WSIMPEX_MSG_CONFLICT
Object value of enum value "WSIMPEX_MSG_CONFLICT" An overridable conflict. |
| static final int | _WSIMPEX_MSG_ERROR
Integer value of enum value "WSIMPEX_MSG_ERROR" A non overridable conflict or another serious problem preventing from processing an object. |
| static final WSImportExportMessageType | WSIMPEX_MSG_ERROR
Object value of enum value "WSIMPEX_MSG_ERROR" A non overridable conflict or another serious problem preventing from processing an object. |
| static final int | _WSImportExportMessageType_null
Enum null value. |
| Method Summary | |
|---|---|
| static WSImportExportMessageType | FromInt
(int value)
Creates enum object from an integer. |
| static WSImportExportMessageType | 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 WSImportExportMessageType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static WSImportExportMessageType | FromInt | (Integer value) |
Creates enum object from an integer object.
|