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