public class FlowElementDefinition extends Object implements Serializable
Constructor and Description |
---|
FlowElementDefinition(String elementId,
String name,
String description,
Element.ElementType type,
String parentId)
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 as it appears in the process flow definition.
|
String |
getElementId()
Gets the identifier of the element as it appears in the process flow definition.
|
String |
getName()
The name of the element as it appears in the process flow definition.
|
String |
getParentId()
Gets the identifier of the flow definition that is the parent of this element.
|
Element.ElementType |
getType()
Gets the type of the element that associates with the type process flow definition.
|
int |
hashCode() |
String |
toString() |
public FlowElementDefinition(String elementId, String name, String description, Element.ElementType type, String parentId)
elementId
- The identifier of the element as it appears in the process flow definition.name
- The name of the element as it appears in the process flow definition.description
- The description of the element as it appears in the process flow definition.type
- The type of the element that associates with the type in the process flow definition.parentId
- The identifier of the flow definition that is the parent of this element.public String getName()
public String getElementId()
public String getDescription()
public Element.ElementType getType()
public String getParentId()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>