-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue-850: Slettet YtelsetypeEnum, erstattes av KravlinjeTypeEnum på …
…Kravlinje, ForsteVirkningsdatoGrunnlag, VilkarsVedtak og TrygdetidRequest. Erstattes med ny YtelseTpOrdTypeEnum på InfoPavirkendeYtelse
- Loading branch information
1 parent
d179b3e
commit 0ec1c2c
Showing
6 changed files
with
55 additions
and
33 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
36 changes: 36 additions & 0 deletions
36
src/main/kotlin/no/nav/pensjon/regler/domain/enum/YtelseTpOrdTypeEnum.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,36 @@ | ||
package no.nav.pensjon.regler.domain.enum | ||
|
||
/** | ||
* Fra PEN | ||
*/ | ||
enum class YtelseTpOrdTypeEnum { | ||
/** | ||
* AFP-pensjon | ||
*/ | ||
AFP, | ||
|
||
/** | ||
* Alderspensjon | ||
*/ | ||
ALDER, | ||
|
||
/** | ||
* Barnepensjon | ||
*/ | ||
BARN, | ||
|
||
/** | ||
* Gjenlevendepensjon | ||
*/ | ||
GJENLEVENDE, | ||
|
||
/** | ||
* Ufrepensjon | ||
*/ | ||
UFORE, | ||
|
||
/** | ||
* Ukjent | ||
*/ | ||
UKJENT; | ||
} |
26 changes: 0 additions & 26 deletions
26
src/main/kotlin/no/nav/pensjon/regler/domain/enum/YtelsetypeEnum.kt
This file was deleted.
Oops, something went wrong.
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
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
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