Uses of Class
com.boldsign.model.DocumentFormFields.ValidationtypeEnum
-
Packages that use DocumentFormFields.ValidationtypeEnum Package Description com.boldsign.model -
-
Uses of DocumentFormFields.ValidationtypeEnum in com.boldsign.model
Methods in com.boldsign.model that return DocumentFormFields.ValidationtypeEnum Modifier and Type Method Description static DocumentFormFields.ValidationtypeEnumDocumentFormFields.ValidationtypeEnum. fromValue(String value)DocumentFormFields.ValidationtypeEnumDocumentFormFields. getValidationtype()Get validationtypeDocumentFormFields.ValidationtypeEnumDocumentFormFields.ValidationtypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentFormFields.ValidationtypeEnumDocumentFormFields.ValidationtypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentFormFields.ValidationtypeEnum[]DocumentFormFields.ValidationtypeEnum. 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 DocumentFormFields.ValidationtypeEnum Modifier and Type Method Description voidDocumentFormFields. setValidationtype(DocumentFormFields.ValidationtypeEnum validationtype)DocumentFormFieldsDocumentFormFields. validationtype(DocumentFormFields.ValidationtypeEnum validationtype)voidDocumentFormFields.ValidationtypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentFormFields.ValidationtypeEnum enumeration)
-