# Class: com.pnfsoftware.jeb.core.actions.ActionAutoRenameAllData

This action class holds information for the [Actions#AUTO_RENAME_ALL](Actions#AUTO_RENAME_ALL) action. 

 Unit plugins may support this action.

## Constructor: ActionAutoRenameAllData


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

Description: Get the default rename filter proposed by the plugin.
return: the default filter expression, or `null` if none was provided

## Method: getDefaultPolicy
- return type: `java.lang.Integer`

Description: Get the default rename policy proposed by the plugin.
return: the default policy, or `null` if none was provided

## Method: getDefaultTargets
- return type: `java.lang.Integer`

Description: Get the default rename targets proposed by the plugin.
return: the default target mask, or `null` if none was provided

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

Description: Get the rename filter selected by the client.
return: the filter expression

## Method: getPolicy
- return type: `int`

Description: Get the rename policy selected by the client.
return: the rename policy

## Method: getRenamedCount
- return type: `int`

Description: Get the number of identifiers renamed by the plugin.
return: the renamed identifier count

## Method: getTargets
- return type: `int`

Description: Get the rename targets selected by the client.
return: the target mask

## Method: setDefaultFilter
- parameter: `defaultFilter`, type: `java.lang.String`

Description: Set the default rename filter proposed by the plugin.
parameter: defaultFilter: default filter expression

## Method: setDefaultPolicy
- parameter: `defaultPolicy`, type: `int`

Description: Set the default rename policy proposed by the plugin.
parameter: defaultPolicy: default rename policy

## Method: setDefaultTargets
- parameter: `defaultTargets`, type: `int`

Description: Set the default rename targets proposed by the plugin.
parameter: defaultTargets: default target mask

## Method: setFilter
- parameter: `filter`, type: `java.lang.String`

Description: Set the rename filter selected by the client.
parameter: filter: filter expression

## Method: setPolicy
- parameter: `policy`, type: `int`

Description: Set the rename policy selected by the client.
parameter: policy: rename policy

## Method: setRenamedCount
- parameter: `renamedCount`, type: `int`

Description: Set the number of identifiers renamed by the plugin.
parameter: renamedCount: renamed identifier count

## Method: setTargets
- parameter: `targets`, type: `int`

Description: Set the rename targets selected by the client.
parameter: targets: target mask

