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