com.plumtree.remote.prc.collaboration.tasklist
Class TaskRisk

java.lang.Object
  extended bycom.plumtree.remote.prc.collaboration.tasklist.TaskRisk

public class TaskRisk
extends java.lang.Object

An enumerated type used to describe the risk for an ITask.


Field Summary
static TaskRisk HIGH
          High risk.
static TaskRisk LOW
          Low risk.
static TaskRisk MEDIUM
          Medium risk.
 
Method Summary
 java.lang.Object getUnderlyingObject()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HIGH

public static final TaskRisk HIGH
High risk.


LOW

public static final TaskRisk LOW
Low risk.


MEDIUM

public static final TaskRisk MEDIUM
Medium risk.

Method Detail

toString

public java.lang.String toString()

getUnderlyingObject

public java.lang.Object getUnderlyingObject()


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.