public class AutoFlowMappingMetadata extends Object implements Serializable
Constructor and Description |
---|
AutoFlowMappingMetadata(String mapAttrName,
FlowAttributeType type,
boolean derived)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMapAttrName()
Gets the name of the attribute to which this attribute will map.
|
FlowAttributeType |
getType()
Gets the type of the attribute.
|
int |
hashCode() |
boolean |
isDerived()
Gets whether the attribute is derived from associated metadata
|
String |
toString() |
public AutoFlowMappingMetadata(String mapAttrName, FlowAttributeType type, boolean derived)
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.public String getMapAttrName()
public FlowAttributeType getType()
public boolean isDerived()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>