Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

oracle.apps.fnd.appltest.diagfwk.api.report
Enum Message.MsgType

java.lang.Object
  extended by java.lang.Enum<Message.MsgType>
      extended by oracle.apps.fnd.appltest.diagfwk.api.report.Message.MsgType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Message.MsgType>
Enclosing interface:
Message

public static enum Message.MsgType
extends java.lang.Enum<Message.MsgType>

Enumeration representing the various message types.


Enum Constant Summary
ATTENTION
           
NORMAL
           
 
Method Summary
static Message.MsgType parseMsgType(java.lang.String pVal)
          Converts the String value of the message type to the enumeration
 java.lang.String toString()
           
static Message.MsgType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Message.MsgType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NORMAL

public static final Message.MsgType NORMAL

ATTENTION

public static final Message.MsgType ATTENTION
Method Detail

values

public static Message.MsgType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Message.MsgType c : Message.MsgType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Message.MsgType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<Message.MsgType>

parseMsgType

public static Message.MsgType parseMsgType(java.lang.String pVal)
Converts the String value of the message type to the enumeration

Parameters:
pVal - String value of the message type
Returns:
enumeration corresponding to the given message type

Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.