public abstract class EventSetup extends ElementSetup
description, name
Constructor and Description |
---|
EventSetup(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) |
int |
hashCode() |
String |
toString() |
getDescription, getElementId, getName, getProcessFlowIdentifier, getType
public EventSetup(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 int hashCode()
hashCode
in class ElementSetup
public boolean equals(Object obj)
equals
in class ElementSetup
public String toString()
toString
in class ElementSetup
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>