public static enum HasReceiveXBRLLoadingEvents.LoadingStatus extends java.lang.Enum<HasReceiveXBRLLoadingEvents.LoadingStatus>
| Enum Constant and Description | 
|---|
| LOADING_RESULT_ERROR_DTSDISCOVERYEXCEPTIONThe loading result error dtsdiscoveryexception. | 
| LOADING_RESULT_ERROR_MAYBE_INTERRUPTEDThe loading result may have been interrupted . | 
| LOADING_RESULT_ERROR_OTHEREXCEPTIONThe loading result error otherexception. | 
| LOADING_RESULT_ERROR_XBRLRUNTIMEEXCEPTIONThe loading result error xbrlruntimeexception. | 
| LOADING_RESULT_ERROR_XBRLVALIDATIONEXCEPTIONThe loading result error xbrlvalidationexception. | 
| LOADING_RESULT_SUCCESSThe loading result success. | 
| LOADING_RESULT_UNDEFINEDThe loading result undefined. | 
| Modifier and Type | Method and Description | 
|---|---|
| static HasReceiveXBRLLoadingEvents.LoadingStatus | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static HasReceiveXBRLLoadingEvents.LoadingStatus[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final HasReceiveXBRLLoadingEvents.LoadingStatus LOADING_RESULT_UNDEFINED
public static final HasReceiveXBRLLoadingEvents.LoadingStatus LOADING_RESULT_SUCCESS
public static final HasReceiveXBRLLoadingEvents.LoadingStatus LOADING_RESULT_ERROR_XBRLRUNTIMEEXCEPTION
public static final HasReceiveXBRLLoadingEvents.LoadingStatus LOADING_RESULT_ERROR_DTSDISCOVERYEXCEPTION
public static final HasReceiveXBRLLoadingEvents.LoadingStatus LOADING_RESULT_ERROR_XBRLVALIDATIONEXCEPTION
public static final HasReceiveXBRLLoadingEvents.LoadingStatus LOADING_RESULT_ERROR_OTHEREXCEPTION
public static final HasReceiveXBRLLoadingEvents.LoadingStatus LOADING_RESULT_ERROR_MAYBE_INTERRUPTED
public static HasReceiveXBRLLoadingEvents.LoadingStatus[] values()
for (HasReceiveXBRLLoadingEvents.LoadingStatus c : HasReceiveXBRLLoadingEvents.LoadingStatus.values()) System.out.println(c);
public static HasReceiveXBRLLoadingEvents.LoadingStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa