public abstract class ElementSetup extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
name |
Constructor and Description |
---|
ElementSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowId)
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 |
getDescription()
Gets the description of the element.
|
String |
getElementId()
Gets the identifier for the element as defined in the process flow definition.
|
String |
getName()
Gets the name of the element.
|
String |
getProcessFlowIdentifier() |
Element.ElementType |
getType()
Gets the type of the element.
|
int |
hashCode() |
String |
toString() |
public ElementSetup(String name, String description, String elementId, Element.ElementType type, String processFlowId)
name
- The name of the element.description
- The description of the element.elementId
- The identifier of the element as it appears in the process flow definition.type
- The type of the element.processFlowId
- The identifier of the process flow that contains the element.public String getName()
public String getDescription()
public String getElementId()
public Element.ElementType getType()
public String getProcessFlowIdentifier()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>