Class AutoFlowMappingMetadata

java.lang.Object
com.sas.lsaf.workflow.AutoFlowMappingMetadata
All Implemented Interfaces:
Serializable

public class AutoFlowMappingMetadata extends Object implements Serializable
The class that represents process flow definition mapping metadata.
Since:
2.4
See Also:
  • Constructor Details

    • AutoFlowMappingMetadata

      public AutoFlowMappingMetadata(String mapAttrName, FlowAttributeType type, boolean derived)
      Constructor.
      Parameters:
      mapAttrName - The name of the attribute to which this attribute will map.
      type - The type of the attribute.
      derived - Indicates whether the attribute is derived from associated metadata.
  • Method Details

    • getMapAttrName

      public String getMapAttrName()
      Gets the name of the attribute to which this attribute will map.
      Returns:
      The name of the attribute to which this attribute will map.
    • getType

      public FlowAttributeType getType()
      Gets the type of the attribute.
      Returns:
      The type of the attribute.
    • isDerived

      public boolean isDerived()
      Gets whether the attribute is derived from associated metadata
      Returns:
      Indicates whether the attribute is derived from associated metadata
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object