Package com.sas.lsaf.workflow
Class AutoFlowMappingMetadata
java.lang.Object
com.sas.lsaf.workflow.AutoFlowMappingMetadata
- All Implemented Interfaces:
Serializable
The class that represents process flow definition mapping metadata.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAutoFlowMappingMetadata(String mapAttrName, FlowAttributeType type, boolean derived) Constructor. -
Method Summary
-
Constructor Details
-
AutoFlowMappingMetadata
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
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
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() -
equals
-
toString
-