com.plumtree.remote.prc.collaboration.project
Class ProjectFilterType

java.lang.Object
  extended bycom.plumtree.remote.prc.collaboration.project.ProjectFilterType

public class ProjectFilterType
extends java.lang.Object

An enumerated type used to describe the possible filter types for Projects.


Field Summary
static ProjectFilterType LEADER_PROJECTS
          Filter on projects where the current user is a leader.
static ProjectFilterType PROJECTS
          Filter on all projects.
 
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

LEADER_PROJECTS

public static final ProjectFilterType LEADER_PROJECTS
Filter on projects where the current user is a leader.


PROJECTS

public static final ProjectFilterType PROJECTS
Filter on all projects.

Method Detail

toString

public java.lang.String toString()

getUnderlyingObject

public java.lang.Object getUnderlyingObject()


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.