Class SignalDefinition
java.lang.Object
com.sas.lsaf.workflow.processdefinition.SignalDefinition
- All Implemented Interfaces:
Serializable
The class that defines the signal for a signal event definition element.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSignalDefinition(String signalId, String signalName) It is not intended or recommended that the consumer of this API construct these objects. -
Method Summary
-
Constructor Details
-
SignalDefinition
It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the signal definitions returned by the API.- Parameters:
signalId- The identifier of the signal definition.signalName- The name of the signal definition.
-
-
Method Details
-
getSignalId
Gets the identifier of the signal definition.- Returns:
- The identifier.
-
getSignalName
Gets the name of the signal definition.- Returns:
- The name.
-
hashCode
public int hashCode() -
equals
-
toString
-