com.sap.portal.admin.editor
Class EditorMessageType

java.lang.Object
  |
  +--com.sap.portal.admin.editor.EditorMessageType

public class EditorMessageType
extends java.lang.Object

EditorMessageType Different levels of editor messages: Info for information messages, warning or error.


Field Summary
static EditorMessageType ERROR
          Error EditorMessageType
static EditorMessageType INFO
          Info EditorMessageType
static EditorMessageType WARNING
          Warning EditorMessageType
 
Method Summary
static short getErrorLevel()
          Get the short number that represent error message
static short getInfoLevel()
          Get the short number that represent info message
 short getLevel()
          Get the short number that represent the level of this message
static short getWarningLevel()
          Get the short number that represent warning message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO

public static final EditorMessageType INFO
Info EditorMessageType

WARNING

public static final EditorMessageType WARNING
Warning EditorMessageType

ERROR

public static final EditorMessageType ERROR
Error EditorMessageType
Method Detail

getErrorLevel

public static short getErrorLevel()
Get the short number that represent error message
Returns:
number that represent error message

getInfoLevel

public static short getInfoLevel()
Get the short number that represent info message
Returns:
number that represent info message

getLevel

public short getLevel()
Get the short number that represent the level of this message
Returns:
number that represent the level of this message

getWarningLevel

public static short getWarningLevel()
Get the short number that represent warning message
Returns:
number that represent warning message