Uses of Class
net.webpdf.wsclient.schema.extraction.info.FormsFormatType
-
Packages that use FormsFormatType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of FormsFormatType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as FormsFormatType Modifier and Type Field Description protected FormsFormatTypeDocumentType.Form. formType<?protected FormsFormatTypeInformationType. formType<?Methods in net.webpdf.wsclient.schema.extraction.info that return FormsFormatType Modifier and Type Method Description static FormsFormatTypeFormsFormatType. fromValue(String v)Gets the enum associated to the value passed as parameter.FormsFormatTypeDocumentType.Form. getFormType()<?FormsFormatTypeInformationType. getFormType()<?static FormsFormatTypeFormsFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static FormsFormatType[]FormsFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.extraction.info with parameters of type FormsFormatType Modifier and Type Method Description voidDocumentType.Form. setFormType(FormsFormatType value)Sets the value of the formType property.voidInformationType. setFormType(FormsFormatType value)Sets the value of the formType property.
-