com.moyosoft.connector.ms.excel
Class XmlImportResult

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.XmlImportResult

public class XmlImportResult
extends AbstractType

See Also:
Serialized Form

Field Summary
static XmlImportResult XML_IMPORT_ELEMENTS_TRUNCATED
           
static XmlImportResult XML_IMPORT_SUCCESS
           
static XmlImportResult XML_IMPORT_VALIDATION_FAILED
           
 
Method Summary
static XmlImportResult getById(int pId)
           
 boolean isXmlImportElementsTruncated()
           
 boolean isXmlImportSuccess()
           
 boolean isXmlImportValidationFailed()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_IMPORT_SUCCESS

public static final XmlImportResult XML_IMPORT_SUCCESS

XML_IMPORT_ELEMENTS_TRUNCATED

public static final XmlImportResult XML_IMPORT_ELEMENTS_TRUNCATED

XML_IMPORT_VALIDATION_FAILED

public static final XmlImportResult XML_IMPORT_VALIDATION_FAILED
Method Detail

getById

public static XmlImportResult getById(int pId)

isXmlImportSuccess

public boolean isXmlImportSuccess()

isXmlImportElementsTruncated

public boolean isXmlImportElementsTruncated()

isXmlImportValidationFailed

public boolean isXmlImportValidationFailed()