Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.enm.UDFSubjectArea

Packages that use UDFSubjectArea
com.primavera.integration.client.bo.enm Typesafe enumerations 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of UDFSubjectArea in com.primavera.integration.client.bo.enm
 

Fields in com.primavera.integration.client.bo.enm declared as UDFSubjectArea
static UDFSubjectArea UDFSubjectArea.ACTIVITY
           
static UDFSubjectArea UDFSubjectArea.ACTIVITY_EXPENSE
           
static UDFSubjectArea UDFSubjectArea.ACTIVITY_STEP
           
static UDFSubjectArea UDFSubjectArea.ACTIVITY_STEP_TEMPLATE_ITEM
           
static UDFSubjectArea UDFSubjectArea.NULL
           
static UDFSubjectArea UDFSubjectArea.PROJECT
           
static UDFSubjectArea UDFSubjectArea.PROJECT_ISSUE
           
static UDFSubjectArea UDFSubjectArea.PROJECT_RISK
           
static UDFSubjectArea UDFSubjectArea.RESOURCE
           
static UDFSubjectArea UDFSubjectArea.RESOURCE_ASSIGNMENT
           
static UDFSubjectArea UDFSubjectArea.WBS
           
static UDFSubjectArea UDFSubjectArea.WORK_PRODUCTS_AND_DOCUMENTS
           
 

Methods in com.primavera.integration.client.bo.enm that return UDFSubjectArea
static UDFSubjectArea UDFSubjectArea.getUDFSubjectArea(int iUDFSubjectArea)
          Gets an instance of UDFSubjectArea based on the integer value specified.
static UDFSubjectArea UDFSubjectArea.getUDFSubjectArea(java.lang.String sUDFSubjectArea)
          Gets an instance of UDFSubjectArea based on the String value specified.
 

Uses of UDFSubjectArea in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return UDFSubjectArea
 UDFSubjectArea UDFType.getSubjectArea()
          Gets the subject area of the user-defined field: "Activity", "Activity Expense", "Activity Step", "Activity Step Template Item", "Project", "Project Issue", "Project Risk", "Resource", "Resource Assignment", "WBS", or "Work Products and Documents".
 UDFSubjectArea UDFValue.getUDFTypeSubjectArea()
          Gets the subject area of the associated user-defined field type: "Activity", "Activity Expense", "Activity Step", "Activity Step Template Item", "Project", "Project Issue", "Project Risk", "Resource", "Resource Assignment", "WBS", or "Work Products and Documents".
 

Methods in com.primavera.integration.client.bo.object with parameters of type UDFSubjectArea
 void UDFType.setSubjectArea(UDFSubjectArea enm)
          Sets the subject area of the user-defined field: "Activity", "Activity Expense", "Activity Step", "Activity Step Template Item", "Project", "Project Issue", "Project Risk", "Resource", "Resource Assignment", "WBS", or "Work Products and Documents".
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.