Uses of Class
net.webpdf.wsclient.openapi.DocumentInfoFormXfaMatch
-
Packages that use DocumentInfoFormXfaMatch Package Description net.webpdf.wsclient.openapi -
-
Uses of DocumentInfoFormXfaMatch in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return DocumentInfoFormXfaMatch Modifier and Type Method Description static DocumentInfoFormXfaMatchDocumentInfoFormXfaMatch. fromValue(String value)@Nullable DocumentInfoFormXfaMatchDocumentInfoFormXfaField. getMatch()Get matchstatic DocumentInfoFormXfaMatchDocumentInfoFormXfaMatch. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentInfoFormXfaMatch[]DocumentInfoFormXfaMatch. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type DocumentInfoFormXfaMatch Modifier and Type Method Description DocumentInfoFormXfaFieldDocumentInfoFormXfaField. match(DocumentInfoFormXfaMatch match)voidDocumentInfoFormXfaField. setMatch(DocumentInfoFormXfaMatch match)
-