Uses of Class
com.meiglobal.ebds.api.pub.DocumentType

Packages that use DocumentType
com.meiglobal.ebds.api   
com.meiglobal.ebds.api.pub   
 

Uses of DocumentType in com.meiglobal.ebds.api
 

Methods in com.meiglobal.ebds.api that return DocumentType
 DocumentType Acceptor.getDocType()
          Informs of the escrowed document type.
 

Uses of DocumentType in com.meiglobal.ebds.api.pub
 

Methods in com.meiglobal.ebds.api.pub that return DocumentType
 DocumentType Acceptor.getDocType()
          Deprecated. Informs of the escrowed document type.
static DocumentType DocumentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DocumentType[] DocumentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.