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. docMDPMethods in net.webpdf.wsclient.schema.extraction.info that return DocMdpType Modifier and Type Method Description static DocMdpTypeDocMdpType. fromValue(String v)DocMdpTypeInformationType. getDocMDP()Gets the value of the docMDP property.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.
-