Uses of Enum Class
fr.gouv.vitam.common.model.unit.DetachedSigningRoleType
Packages that use DetachedSigningRoleType
-
Uses of DetachedSigningRoleType in fr.gouv.vitam.common.model.unit
Fields in fr.gouv.vitam.common.model.unit with type parameters of type DetachedSigningRoleTypeModifier and TypeFieldDescriptionprotected List<DetachedSigningRoleType>
SigningInformationTypeModel.detachedSigningRole
Methods in fr.gouv.vitam.common.model.unit that return DetachedSigningRoleTypeModifier and TypeMethodDescriptionstatic DetachedSigningRoleType
Returns the enum constant of this class with the specified name.static DetachedSigningRoleType[]
DetachedSigningRoleType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.common.model.unit that return types with arguments of type DetachedSigningRoleTypeMethod parameters in fr.gouv.vitam.common.model.unit with type arguments of type DetachedSigningRoleTypeModifier and TypeMethodDescriptionSigningInformationTypeModel.setDetachedSigningRole
(List<DetachedSigningRoleType> detachedSigningRole)