Uses of Class
com.primavera.integration.client.bo.enm.UDFIndicator
Packages that use UDFIndicator
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of UDFIndicator in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as UDFIndicatorModifier and TypeFieldDescriptionstatic final UDFIndicatorUDFIndicator.BLUEstatic final UDFIndicatorUDFIndicator.GREENstatic final UDFIndicatorUDFIndicator.NONEstatic final UDFIndicatorUDFIndicator.NULLstatic final UDFIndicatorUDFIndicator.REDstatic final UDFIndicatorUDFIndicator.YELLOWMethods in com.primavera.integration.client.bo.enm that return UDFIndicatorModifier and TypeMethodDescriptionstatic UDFIndicatorUDFIndicator.getUDFIndicator(int iUDFIndicator) Gets an instance of UDFIndicator based on the integer value specified.static UDFIndicatorUDFIndicator.getUDFIndicator(String sUDFIndicator) Gets an instance of UDFIndicator based on the String value specified. -
Uses of UDFIndicator in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return UDFIndicatorModifier and TypeMethodDescriptionUDFValue.getIndicator()Gets the value of the indicator UDF.StepUserDefinedValueUpdate.getOverrideUDFRAGType()Gets the overridden new udf RAG type for this activity.UserDefinedValueUpdate.getOverrideUDFRAGType()Gets the overridden new udf RAG type for this activity.StepUserDefinedValueUpdate.getPendingUDFRAGType()Gets the new udf RAG type for this activity, pending approval if required.UserDefinedValueUpdate.getPendingUDFRAGType()Gets the new udf RAG type for this activity, pending approval if required.Methods in com.primavera.integration.client.bo.object with parameters of type UDFIndicatorModifier and TypeMethodDescriptionvoidUDFValue.setIndicator(UDFIndicator enm) Sets the value of the indicator UDF.voidStepUserDefinedValueUpdate.setOverrideUDFRAGType(UDFIndicator enm) Sets the overridden new udf RAG type for this activity.voidUserDefinedValueUpdate.setOverrideUDFRAGType(UDFIndicator enm) Sets the overridden new udf RAG type for this activity.voidStepUserDefinedValueUpdate.setPendingUDFRAGType(UDFIndicator enm) Sets the new udf RAG type for this activity, pending approval if required.voidUserDefinedValueUpdate.setPendingUDFRAGType(UDFIndicator enm) Sets the new udf RAG type for this activity, pending approval if required.