Primavera Integration API 7.0

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

Packages that use UDFDataType
com.primavera.integration.client.bo Business object base class and iterator classes 
com.primavera.integration.client.bo.enm Typesafe enumerations 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of UDFDataType in com.primavera.integration.client.bo
 

Methods in com.primavera.integration.client.bo with parameters of type UDFDataType
 java.lang.String BOHelper.getUDFValue(BusinessObject bo, ObjectId typeObjectId, UDFDataType type)
          Gets the value of a particular UDF field for the given business object.
 java.lang.Object BOHelper.getUDFValueAsObject(BusinessObject bo, ObjectId typeObjectId, UDFDataType type)
          Gets the value as an Object of a particular UDF field for the given business object.
 void BOHelper.setUDFValue(BusinessObject bo, ObjectId typeObjectId, UDFDataType type, java.lang.String sValue)
          Sets the value of a particular UDF field for the given business object.
 

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

Fields in com.primavera.integration.client.bo.enm declared as UDFDataType
static UDFDataType UDFDataType.CODE
           
static UDFDataType UDFDataType.COST
           
static UDFDataType UDFDataType.DOUBLE
           
static UDFDataType UDFDataType.FINISH_DATE
           
static UDFDataType UDFDataType.INDICATOR
           
static UDFDataType UDFDataType.INTEGER
           
static UDFDataType UDFDataType.NULL
           
static UDFDataType UDFDataType.START_DATE
           
static UDFDataType UDFDataType.TEXT
           
 

Methods in com.primavera.integration.client.bo.enm that return UDFDataType
static UDFDataType UDFDataType.getUDFDataType(int iUDFDataType)
          Gets an instance of UDFDataType based on the integer value specified.
static UDFDataType UDFDataType.getUDFDataType(java.lang.String sUDFDataType)
          Gets an instance of UDFDataType based on the String value specified.
 

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

Methods in com.primavera.integration.client.bo.object that return UDFDataType
 UDFDataType UDFType.getDataType()
          Gets the data type of the user-defined field: "Text", "Start Date", "Finish Date", "Cost", "Double", "Integer", "Indicator", or "Code".
 UDFDataType UDFValue.getUDFTypeDataType()
          Gets the data type of the associated user-defined field type: "Text", "Start Date", "Finish Date", "Cost", "Double", "Integer", "Indicator", or "Code".
 

Methods in com.primavera.integration.client.bo.object with parameters of type UDFDataType
 void UDFType.setDataType(UDFDataType enm)
          Sets the data type of the user-defined field: "Text", "Start Date", "Finish Date", "Cost", "Double", "Integer", "Indicator", or "Code".
 


Primavera Integration API 7.0

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