com.plumtree.remote.prc.collaboration.security
Class RoleType

java.lang.Object
  extended bycom.plumtree.remote.prc.collaboration.security.RoleType

public class RoleType
extends java.lang.Object

An enumerated type used to describe the default roles for projects.


Field Summary
static RoleType GUEST
          Guest role.
static RoleType LEADER
          Leader role.
static RoleType MEMBER
          Member role.
 
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

GUEST

public static final RoleType GUEST
Guest role.


LEADER

public static final RoleType LEADER
Leader role.


MEMBER

public static final RoleType MEMBER
Member role.

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.