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