Uses of Class
com.primavera.integration.client.bo.enm.UDFDataType
Packages that use UDFDataType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of UDFDataType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as UDFDataTypeModifier and TypeFieldDescriptionstatic final UDFDataTypeUDFDataType.CODEstatic final UDFDataTypeUDFDataType.COSTstatic final UDFDataTypeUDFDataType.DOUBLEstatic final UDFDataTypeUDFDataType.FINISH_DATEstatic final UDFDataTypeUDFDataType.INDICATORstatic final UDFDataTypeUDFDataType.INTEGERstatic final UDFDataTypeUDFDataType.NULLstatic final UDFDataTypeUDFDataType.START_DATEstatic final UDFDataTypeUDFDataType.TEXTMethods in com.primavera.integration.client.bo.enm that return UDFDataTypeModifier and TypeMethodDescriptionstatic UDFDataTypeUDFDataType.getUDFDataType(int iUDFDataType) Gets an instance of UDFDataType based on the integer value specified.static UDFDataTypeUDFDataType.getUDFDataType(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 UDFDataTypeModifier and TypeMethodDescriptionUDFType.getDataType()Gets the data type of the user-defined field: "Text", "Start Date", "Finish Date", "Cost", "Double", "Integer", "Indicator", or "Code".StepUserDefinedValueUpdate.getUDFDataType()Gets the data type of the user-defined field: "Text", "Start Date", "Finish Date", "Cost", "Double", "Integer", "Indicator", or "Code".UserDefinedValueUpdate.getUDFDataType()Gets the data type of the user-defined field: "Text", "Start Date", "Finish Date", "Cost", "Double", "Integer", "Indicator", or "Code".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 UDFDataTypeModifier and TypeMethodDescriptionvoidUDFType.setDataType(UDFDataType enm) Sets the data type of the user-defined field: "Text", "Start Date", "Finish Date", "Cost", "Double", "Integer", "Indicator", or "Code".