com.plumtree.remote.prc.content.security
Class MemberType

java.lang.Object
  extended bycom.plumtree.remote.prc.content.security.MemberType

public class MemberType
extends java.lang.Object

An enumerated type used to describe the type of the member in a role, used in IFolderACLEntry.getMemberType.


Field Summary
static MemberType GROUP
          Group.
static MemberType USER
          User.
 
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

GROUP

public static final MemberType GROUP
Group.


USER

public static final MemberType USER
User.

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.