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