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 ExportTypeExportType. 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 DipExportTypeDipRequest. getDipExportType()static DipExportTypeDipExportType. 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 voidDipRequest. setDipExportType(DipExportType dipExportType)
-