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