Uses of Class
fr.gouv.vitam.common.model.unit.DetachedSigningRoleType
-
Packages that use DetachedSigningRoleType Package Description fr.gouv.vitam.common.model.unit -
-
Uses of DetachedSigningRoleType in fr.gouv.vitam.common.model.unit
Fields in fr.gouv.vitam.common.model.unit with type parameters of type DetachedSigningRoleType Modifier and Type Field Description protected java.util.List<DetachedSigningRoleType>SigningInformationTypeModel. detachedSigningRoleMethods in fr.gouv.vitam.common.model.unit that return DetachedSigningRoleType Modifier and Type Method Description static DetachedSigningRoleTypeDetachedSigningRoleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DetachedSigningRoleType[]DetachedSigningRoleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.unit that return types with arguments of type DetachedSigningRoleType Modifier and Type Method Description java.util.List<DetachedSigningRoleType>SigningInformationTypeModel. getDetachedSigningRole()Method parameters in fr.gouv.vitam.common.model.unit with type arguments of type DetachedSigningRoleType Modifier and Type Method Description SigningInformationTypeModelSigningInformationTypeModel. setDetachedSigningRole(java.util.List<DetachedSigningRoleType> detachedSigningRole)
-