Uses of Class
net.webpdf.wsclient.schema.extraction.info.DocMdpType
-
Packages that use DocMdpType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of DocMdpType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as DocMdpType Modifier and Type Field Description protected DocMdpTypeInformationType. docMDP<?Methods in net.webpdf.wsclient.schema.extraction.info that return DocMdpType Modifier and Type Method Description static DocMdpTypeDocMdpType. fromValue(String v)Gets the enum associated to the value passed as parameter.DocMdpTypeInformationType. getDocMDP()<?static DocMdpTypeDocMdpType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocMdpType[]DocMdpType. 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 DocMdpType Modifier and Type Method Description voidInformationType. setDocMDP(DocMdpType value)Sets the value of the docMDP property.
-