Uses of Class
com.primavera.integration.client.bo.enm.UDFSubjectArea
Packages that use UDFSubjectArea
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of UDFSubjectArea in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as UDFSubjectAreaModifier and TypeFieldDescriptionstatic final UDFSubjectAreaUDFSubjectArea.ACTIVITYstatic final UDFSubjectAreaUDFSubjectArea.ACTIVITY_EXPENSEstatic final UDFSubjectAreaUDFSubjectArea.ACTIVITY_STEPstatic final UDFSubjectAreaUDFSubjectArea.ACTIVITY_STEP_TEMPLATE_ITEMstatic final UDFSubjectAreaUDFSubjectArea.LEAN_TASKstatic final UDFSubjectAreaUDFSubjectArea.NULLstatic final UDFSubjectAreaUDFSubjectArea.PROJECTstatic final UDFSubjectAreaUDFSubjectArea.PROJECT_ISSUEstatic final UDFSubjectAreaUDFSubjectArea.PROJECT_RISKstatic final UDFSubjectAreaUDFSubjectArea.RESOURCEstatic final UDFSubjectAreaUDFSubjectArea.RESOURCE_ASSIGNMENTstatic final UDFSubjectAreaUDFSubjectArea.ROLESstatic final UDFSubjectAreaUDFSubjectArea.WBSstatic final UDFSubjectAreaUDFSubjectArea.WORK_PRODUCTS_AND_DOCUMENTSMethods in com.primavera.integration.client.bo.enm that return UDFSubjectAreaModifier and TypeMethodDescriptionstatic UDFSubjectAreaUDFSubjectArea.getUDFSubjectArea(int iUDFSubjectArea) Gets an instance of UDFSubjectArea based on the integer value specified.static UDFSubjectAreaUDFSubjectArea.getUDFSubjectArea(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 UDFSubjectAreaModifier and TypeMethodDescriptionUDFType.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".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 UDFSubjectAreaModifier and TypeMethodDescriptionvoidUDFType.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".