Library | Package Java Toolkit

Class WSImportExportMessageType

package com.ptc.pfc.pfcSession;

public class WSImportExportMessageType
  implements jxenum



Description

Enum that lists the type of Import/Export messages.



Field Summary
static final int_WSIMPEX_MSG_INFO
    Integer value of enum value "WSIMPEX_MSG_INFO"
     No problem, just an information.
static final WSImportExportMessageTypeWSIMPEX_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 WSImportExportMessageTypeWSIMPEX_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 WSImportExportMessageTypeWSIMPEX_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 WSImportExportMessageTypeWSIMPEX_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 WSImportExportMessageTypeFromInt (int value)
    Creates enum object from an integer.
static WSImportExportMessageTypeFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static WSImportExportMessageTypeFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static WSImportExportMessageTypeFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.