public class FlowElementMapping extends Object implements Serializable
Constructor and Description |
---|
FlowElementMapping()
Constructor.
|
FlowElementMapping(String elementId,
Element.ElementType elementType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<AttributeMapping> |
getAttributeMapping()
Gets the attribute mapping for the process flow definition element.
|
String |
getElementId()
Gets the elementId of the process flow definition element.
|
Element.ElementType |
getElementType()
Gets the type of the process flow definition element.
|
int |
hashCode() |
void |
setAttributeMapping(List<AttributeMapping> attributeMapping)
Sets the attribute mapping for the process flow definition element.
|
void |
setElementId(String elementId)
Sets the elementId of the process flow definition element.
|
void |
setElementType(Element.ElementType elementType)
Sets the type of the process flow definition element.
|
String |
toString() |
public FlowElementMapping()
public FlowElementMapping(String elementId, Element.ElementType elementType)
elementId
- The elementId of the process flow definition element.elementType
- The type of the process flow definition element.public String getElementId()
public void setElementId(String elementId)
elementId
- The elementId of the process flow definition element.public Element.ElementType getElementType()
public void setElementType(Element.ElementType elementType)
elementType
- The type of the process flow definition element.public List<AttributeMapping> getAttributeMapping()
public void setAttributeMapping(List<AttributeMapping> attributeMapping)
attributeMapping
- The attribute mapping for the process flow definition element.<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>