-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(#122): introducing additional fields
- Loading branch information
Showing
41 changed files
with
1,811 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
occtax/src/main/java/fr/geonature/occtax/features/nomenclature/domain/AdditionalFieldType.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
package fr.geonature.occtax.features.nomenclature.domain | ||
|
||
/** | ||
* _Occtax_ additional field types. | ||
* | ||
* @author S. Grimault | ||
*/ | ||
enum class AdditionalFieldType(val type: String) { | ||
|
||
/** | ||
* Default type. | ||
*/ | ||
DEFAULT("OCCTAX_RELEVE"), | ||
|
||
/** | ||
* Additional field type used for main information. | ||
*/ | ||
INFORMATION("OCCTAX_OCCURENCE"), | ||
|
||
/** | ||
* Additional field type used for describing counting. | ||
*/ | ||
COUNTING("OCCTAX_DENOMBREMENT") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
occtax/src/main/java/fr/geonature/occtax/features/nomenclature/error/NomenclatureFailure.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.