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

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

public class CommunityMemberType
extends java.lang.Object

An enumerated type used to describe the type of member in a community to be added to a role.


Field Summary
static CommunityMemberType COMMUNITY_GUEST
          Community guest.
static CommunityMemberType COMMUNITY_MANAGER
          Community manager.
static CommunityMemberType COMMUNITY_MEMBER
          Community member.
 
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

COMMUNITY_GUEST

public static final CommunityMemberType COMMUNITY_GUEST
Community guest.


COMMUNITY_MEMBER

public static final CommunityMemberType COMMUNITY_MEMBER
Community member.


COMMUNITY_MANAGER

public static final CommunityMemberType COMMUNITY_MANAGER
Community manager.

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.