static final enum ProjectsExtension.FileNameTransformation extends Enum<E<E>>
Modifiers | Name | Description |
---|---|---|
static ProjectsExtension.FileNameTransformation |
ADD |
Add text to the file name (see suffix, prefix) |
static ProjectsExtension.FileNameTransformation |
MAX_VALUE |
|
static ProjectsExtension.FileNameTransformation |
MIN_VALUE |
|
static ProjectsExtension.FileNameTransformation |
REMOVE |
Remove text from the file name (see suffix, prefix) |
Type Params | Return Type | Name and description |
---|---|---|
|
ProjectsExtension.FileNameTransformation |
next() |
|
ProjectsExtension.FileNameTransformation |
previous() |
|
static ProjectsExtension.FileNameTransformation |
valueOf(String name) |
|
static final ProjectsExtension.FileNameTransformation[] |
values() |
Add text to the file name (see suffix, prefix)
Remove text from the file name (see suffix, prefix)