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

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

public class ProjectAttribute
extends java.lang.Object

An enumerated type used to describe the specific fields that can be used in constructing a ProjectQueryOrder for Projects.


Field Summary
static ProjectAttribute LAST_MODIFIED_DATE
          Attribute for project last modified date.
static ProjectAttribute NAME
          Attribute for project name.
 
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

LAST_MODIFIED_DATE

public static final ProjectAttribute LAST_MODIFIED_DATE
Attribute for project last modified date.


NAME

public static final ProjectAttribute NAME
Attribute for project name.

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.