Uses of Class
fr.gouv.vitam.storage.engine.common.model.OfferLogFormatVersion
-
Packages that use OfferLogFormatVersion Package Description fr.gouv.vitam.storage.engine.common.model Provides common Model classes for the Storage Engine module. -
-
Uses of OfferLogFormatVersion in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return OfferLogFormatVersion Modifier and Type Method Description OfferLogFormatVersion
OfferLog. getFormatVersion()
static OfferLogFormatVersion
OfferLogFormatVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OfferLogFormatVersion[]
OfferLogFormatVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type OfferLogFormatVersion Modifier and Type Method Description OfferLog
OfferLog. setFormatVersion(OfferLogFormatVersion formatVersion)
-