Uses of Enum Class
com.sas.lsaf.workflow.FlowAttributeType
Packages that use FlowAttributeType
Package
Description
Contains classes for supporting workflow-related functionality.
-
Uses of FlowAttributeType in com.sas.lsaf.workflow
Methods in com.sas.lsaf.workflow that return FlowAttributeTypeModifier and TypeMethodDescriptionMappingAttributeMetadata.getAttrType()Gets the type of the process flow element attribute.AttributeMapping.getType()Gets the type of the attribute.AutoFlowMappingMetadata.getType()Gets the type of the attribute.static FlowAttributeTypeReturns the enum constant of this class with the specified name.static FlowAttributeType[]FlowAttributeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.workflow with parameters of type FlowAttributeTypeModifier and TypeMethodDescriptionvoidAttributeMapping.setType(FlowAttributeType type) Sets the type of the attribute.Constructors in com.sas.lsaf.workflow with parameters of type FlowAttributeTypeModifierConstructorDescriptionAttributeMapping(String attrName, String mapAttrName, FlowAttributeType type) Constructor.AutoFlowMappingMetadata(String mapAttrName, FlowAttributeType type, boolean derived) Constructor.MappingAttributeMetadata(String attributeName, FlowAttributeType attributeType, Set<AutoFlowMappingMetadata> mappingAttributes, boolean multiValued, String attributeDisplayName) It is not intended or recommended that the consumer of this API construct these objects.