Uses of Enum
com.boldsign.model.Role.SignerTypeEnum
Packages that use Role.SignerTypeEnum
-
Uses of Role.SignerTypeEnum in com.boldsign.model
Subclasses with type arguments of type Role.SignerTypeEnum in com.boldsign.modelModifier and TypeClassDescriptionstatic enumGets or Sets signerTypestatic classMethods in com.boldsign.model that return Role.SignerTypeEnumModifier and TypeMethodDescriptionstatic Role.SignerTypeEnumRole.getSignerType()Get signerTypeRole.SignerTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Role.SignerTypeEnumReturns the enum constant of this type with the specified name.static Role.SignerTypeEnum[]Role.SignerTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.boldsign.model with parameters of type Role.SignerTypeEnumModifier and TypeMethodDescriptionvoidRole.setSignerType(Role.SignerTypeEnum signerType) Role.signerType(Role.SignerTypeEnum signerType) voidRole.SignerTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Role.SignerTypeEnum enumeration)