mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Translate to English
This commit is contained in:
parent
c6176d2109
commit
bd60ddc41d
1 changed files with 5 additions and 5 deletions
|
|
@ -1,21 +1,21 @@
|
||||||
package de.kosit.validationtool.api;
|
package de.kosit.validationtool.api;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Status der Empfehlung.
|
* Tri-state describtion of a Recommendation.
|
||||||
*/
|
*/
|
||||||
public enum AcceptRecommendation {
|
public enum AcceptRecommendation {
|
||||||
/**
|
/**
|
||||||
* Nicht definiert, weil eine Evaluierung nicht durchgeführt wurde, oder nicht durchgeführt werden konnte.
|
* The evaluation of the overall validation could not be computed.
|
||||||
*/
|
*/
|
||||||
UNDEFINED,
|
UNDEFINED,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Das Dokument ist gemäß Konfiguration valide und kann akzeptiert werden.
|
* Recommendation is to accept input based on the evaluation of the overall validation.
|
||||||
*/
|
*/
|
||||||
ACCEPTABLE,
|
ACCEPTABLE,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Das Dokuemnt ist gemäß Konfiguration invalide und sollte NICHT akzeptiert werden.
|
* Recommendation is to reject input based on the evaluation of the overall validation.
|
||||||
*/
|
*/
|
||||||
REJECT
|
REJECT
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue