Package jadx.api.args
Enum UserRenamesMappingsMode
- All Implemented Interfaces:
Serializable,Comparable<UserRenamesMappingsMode>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDon't load and don't saveJust read, user can save manually (default)Read and autosave before exiting the app or closing the projectRead and autosave after every change -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UserRenamesMappingsModebooleanbooleanstatic UserRenamesMappingsModeReturns the enum constant of this type with the specified name.static UserRenamesMappingsMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
READ
Just read, user can save manually (default) -
READ_AND_AUTOSAVE_EVERY_CHANGE
Read and autosave after every change -
READ_AND_AUTOSAVE_BEFORE_CLOSING
Read and autosave before exiting the app or closing the project -
IGNORE
Don't load and don't save
-
-
Constructor Details
-
UserRenamesMappingsMode
private UserRenamesMappingsMode()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getDefault
-
shouldRead
public boolean shouldRead() -
shouldWrite
public boolean shouldWrite()
-