Uses of Class
com.sforce.soap.metadata.FlowDataType
-
-
Uses of FlowDataType in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return FlowDataType Modifier and Type Method Description FlowDataTypeFlowChoice. getDataType()FlowDataTypeFlowConstant. getDataType()FlowDataTypeFlowDynamicChoiceSet. getDataType()FlowDataTypeFlowFormula. getDataType()FlowDataTypeFlowScreenField. getDataType()FlowDataTypeFlowVariable. getDataType()static FlowDataTypeFlowDataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FlowDataType[]FlowDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type FlowDataType Modifier and Type Method Description voidFlowChoice. setDataType(FlowDataType dataType)voidFlowConstant. setDataType(FlowDataType dataType)voidFlowDynamicChoiceSet. setDataType(FlowDataType dataType)voidFlowFormula. setDataType(FlowDataType dataType)voidFlowScreenField. setDataType(FlowDataType dataType)voidFlowVariable. setDataType(FlowDataType dataType)
-