# Interface: com.pnfsoftware.jeb.core.actions.IActionDefinition

Describes a custom action exposed by a unit. 

 This interface is reserved for internal or legacy use.

## Method: getDescription
- return type: `java.lang.String`

Description: Get a human\-readable description of the action.
return: the action description

## Method: getName
- return type: `java.lang.String`

Description: Get the action name.
return: the action name

