Uses of Class
fr.gouv.vitam.common.model.processing.DistributionKind
-
Packages that use DistributionKind Package Description fr.gouv.vitam.common.model.processing Provides common public Model classes for the Processing module. -
-
Uses of DistributionKind in fr.gouv.vitam.common.model.processing
Methods in fr.gouv.vitam.common.model.processing that return DistributionKind Modifier and Type Method Description DistributionKind
Distribution. getKind()
getKind(), get the object kindstatic DistributionKind
DistributionKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DistributionKind[]
DistributionKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.processing with parameters of type DistributionKind Modifier and Type Method Description Distribution
Distribution. setKind(DistributionKind kind)
setKind, set the kind of Distribution object
-