com.bea.wli.worklist.api.taskplan.validator
Class TaskPlanValidator.Message

java.lang.Object
  extended by com.bea.wli.worklist.api.taskplan.validator.TaskPlanValidator.Message
Enclosing interface:
TaskPlanValidator

public static class TaskPlanValidator.Message
extends Object


Field Summary
static int ERROR
           
static int INFORMATION
           
static int WARNING
           
 
Constructor Summary
TaskPlanValidator.Message(int type, String message, EventSource content)
           
 
Method Summary
 EventSource getContent()
           
 String getMessage()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFORMATION

public static final int INFORMATION
See Also:
Constant Field Values

WARNING

public static final int WARNING
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values
Constructor Detail

TaskPlanValidator.Message

public TaskPlanValidator.Message(int type,
                                 String message,
                                 EventSource content)
Method Detail

getContent

public EventSource getContent()
Returns:
Returns the content.

getMessage

public String getMessage()
Returns:
Returns the message.

getType

public int getType()
Returns:
Returns the type.