Uses of Class
com.boldsign.model.Role.SignTypeEnum
-
Packages that use Role.SignTypeEnum Package Description com.boldsign.model -
-
Uses of Role.SignTypeEnum in com.boldsign.model
Methods in com.boldsign.model that return Role.SignTypeEnum Modifier and Type Method Description static Role.SignTypeEnumRole.SignTypeEnum. fromValue(String value)Role.SignTypeEnumRole. getSignType()Get signTypeRole.SignTypeEnumRole.SignTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Role.SignTypeEnumRole.SignTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Role.SignTypeEnum[]Role.SignTypeEnum. 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.SignTypeEnum Modifier and Type Method Description voidRole. setSignType(Role.SignTypeEnum signType)RoleRole. signType(Role.SignTypeEnum signType)voidRole.SignTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Role.SignTypeEnum enumeration)
-