public class SignalEventDefinition extends FlowElementDefinition implements IntermediateEventDefinition
Constructor and Description |
---|
SignalEventDefinition(String elementId,
String name,
String description,
Element.ElementType type,
String parentId,
SignalDefinition signal)
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) |
SignalDefinition |
getSignal()
Gets the signal definition for the signal event.
|
int |
hashCode() |
String |
toString() |
getDescription, getElementId, getName, getParentId, getType
public SignalEventDefinition(String elementId, String name, String description, Element.ElementType type, String parentId, SignalDefinition signal)
elementId
- The id of the signal event element as it appears in the process definition.name
- The name of the signal event as it appears in the process definition, if it exists.description
- The description of the signal event as it appears in the process definition, if it exists.type
- The type of the signal event that associates with the type in the process definition.parentId
- The id of the flow definition which is the parent of this signal event.signal
- The signal definition for the signal event.public SignalDefinition getSignal()
public int hashCode()
hashCode
in class FlowElementDefinition
public boolean equals(Object obj)
equals
in class FlowElementDefinition
public String toString()
toString
in class FlowElementDefinition
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>