Describes an operation for which an event has occurred.
You can use equals() to determine whether 2 different descriptors refer to the same operation.
| Type | Name and description |
|---|---|
String |
getDisplayName()Returns a human consumable display name for the operation. |
String |
getName()Returns the name of the operation. |
OperationDescriptor |
getParent()Returns the parent operation, if any. |
Returns a human consumable display name for the operation.
Returns the name of the operation. This name does not necessarily uniquely identify the operation.
Returns the parent operation, if any.