Library | Package Java Toolkit

Class MessageDialogType

package com.ptc.pfc.pfcUI;

public class MessageDialogType
  implements jxenum



Description

Enumeration of types of dialog messages.



Field Summary
static final int_MESSAGE_ERROR
    Integer value of enum value "MESSAGE_ERROR"
    Displays an error type message.
static final MessageDialogTypeMESSAGE_ERROR
    Object value of enum value "MESSAGE_ERROR"
    Displays an error type message.
static final int_MESSAGE_INFO
    Integer value of enum value "MESSAGE_INFO"
    Displays an information type message.
static final MessageDialogTypeMESSAGE_INFO
    Object value of enum value "MESSAGE_INFO"
    Displays an information type message.
static final int_MESSAGE_WARNING
    Integer value of enum value "MESSAGE_WARNING"
    Displays a warning type message.
static final MessageDialogTypeMESSAGE_WARNING
    Object value of enum value "MESSAGE_WARNING"
    Displays a warning type message.
static final int_MESSAGE_QUESTION
    Integer value of enum value "MESSAGE_QUESTION"
    Displays a question type message.
static final MessageDialogTypeMESSAGE_QUESTION
    Object value of enum value "MESSAGE_QUESTION"
    Displays a question type message.
static final int_MessageDialogType_null
    Enum null value.

Method Summary
static MessageDialogTypeFromInt (int value)
    Creates enum object from an integer.
static MessageDialogTypeFromInt (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 MessageDialogTypeFromInt (int value)


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


FromInt

static MessageDialogTypeFromInt (Integer value)


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