Uses of Enum Class
com.sforce.soap.metadata.FlowDataType
-
Uses of FlowDataType in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return FlowDataTypeModifier and TypeMethodDescriptionFlowChoice.getDataType()FlowConstant.getDataType()FlowDynamicChoiceSet.getDataType()FlowFormula.getDataType()FlowScreenField.getDataType()FlowVariable.getDataType()MessagingChannelCustomParameter.getParameterDataType()static FlowDataTypeReturns the enum constant of this class with the specified name.static FlowDataType[]FlowDataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type FlowDataTypeModifier and TypeMethodDescriptionvoidFlowChoice.setDataType(FlowDataType dataType) voidFlowConstant.setDataType(FlowDataType dataType) voidFlowDynamicChoiceSet.setDataType(FlowDataType dataType) voidFlowFormula.setDataType(FlowDataType dataType) voidFlowScreenField.setDataType(FlowDataType dataType) voidFlowVariable.setDataType(FlowDataType dataType) voidMessagingChannelCustomParameter.setParameterDataType(FlowDataType parameterDataType)