public abstract class EventSetup extends ElementSetup
description, name
Constructor and Description |
---|
EventSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier)
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 processFlowIdentifier)
name
- the name of the element.description
- the description of the element.elementId
- the id of the element as it appears in the process definition.type
- the type of the element.processFlowIdentifier
- the id of the process flow containing this element.public int hashCode()
hashCode
in class ElementSetup
public boolean equals(Object obj)
equals
in class ElementSetup
public String toString()
toString
in class ElementSetup
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA