Uses of Class
fr.gouv.vitam.logbook.common.model.coherence.OutcomeStatus
-
Packages that use OutcomeStatus Package Description fr.gouv.vitam.logbook.common.model.coherence -
-
Uses of OutcomeStatus in fr.gouv.vitam.logbook.common.model.coherence
Methods in fr.gouv.vitam.logbook.common.model.coherence that return OutcomeStatus Modifier and Type Method Description static OutcomeStatus
OutcomeStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OutcomeStatus[]
OutcomeStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-