Package 

Enum Document.Type

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Document.Type
    
                        

    Supported document types.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      IMAGE

      The document is an image of type jpeg, png or gif.

      PDF

      The document is a PDF.

      QRCode

      The document is a payment QR Code.

      XML

      The document contains XML.

      IMAGE_MULTI_PAGE

      The document contains multiple images.

      QR_CODE_MULTI_PAGE

      The document contains multiple QR Codes.

      PDF_MULTI_PAGE

      The document contains multiple PDFs.

      XML_MULTI_PAGE

      The document contains multiple XMLs.

    • Method Summary

      Modifier and Type Method Description
      static Array<Document.Type> values()
      static Document.Type valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait