Uses of Class
fr.gouv.vitam.common.model.export.dip.DipExportType
-
Packages that use DipExportType Package Description fr.gouv.vitam.common.model.export fr.gouv.vitam.common.model.export.dip -
-
Uses of DipExportType in fr.gouv.vitam.common.model.export
Methods in fr.gouv.vitam.common.model.export with parameters of type DipExportType Modifier and Type Method Description static ExportType
ExportType. get(DipExportType dipExportType)
-
Uses of DipExportType in fr.gouv.vitam.common.model.export.dip
Methods in fr.gouv.vitam.common.model.export.dip that return DipExportType Modifier and Type Method Description DipExportType
DipRequest. getDipExportType()
static DipExportType
DipExportType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DipExportType[]
DipExportType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.export.dip with parameters of type DipExportType Modifier and Type Method Description void
DipRequest. setDipExportType(DipExportType dipExportType)
-