public class MappingAttributeMetadata extends Object implements Serializable
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAttrDisplayName()
Gets the display name of the process flow element attribute.
|
String |
getAttrName()
Gets the name of the process flow element attribute.
|
FlowAttributeType |
getAttrType()
Gets the type of the process flow element attribute.
|
Set<AutoFlowMappingMetadata> |
getMapAttributes()
Gets the attributes that can be mapped for the process flow element.
|
int |
hashCode() |
boolean |
isMultiValued()
Gets whether the process flow element attribute can be mapped to multiple attributes.
|
String |
toString() |
public MappingAttributeMetadata(String attributeName, FlowAttributeType attributeType, Set<AutoFlowMappingMetadata> mappingAttributes, boolean multiValued, String attributeDisplayName)
attributeName
- The name of the process flow element attribute.attributeType
- The type of the process flow element attribute.mappingAttributes
- The attributes that can be mapped for the process flow element.multiValued
- Indicates whether the process flow element attribute can be mapped to multiple attributes.attributeDisplayName
- The name of the process flow element attribute.public String getAttrName()
public FlowAttributeType getAttrType()
public String getAttrDisplayName()
public Set<AutoFlowMappingMetadata> getMapAttributes()
public boolean isMultiValued()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>