public static enum HasReceiveMappingLoadingEvents.LoadingStatus extends java.lang.Enum<HasReceiveMappingLoadingEvents.LoadingStatus>
Enum Constant and Description |
---|
LOADING_RESULT_ERROR_DTSDISCOVERYEXCEPTION
The loading result error dtsdiscoveryexception.
|
LOADING_RESULT_ERROR_OTHEREXCEPTION
The loading result error otherexception.
|
LOADING_RESULT_ERROR_XBRLRUNTIMEEXCEPTION
The loading result error xbrlruntimeexception.
|
LOADING_RESULT_ERROR_XBRLVALIDATIONEXCEPTION
The loading result error xbrlvalidationexception.
|
LOADING_RESULT_SUCCESS
The loading result success.
|
LOADING_RESULT_UNDEFINED
The loading result undefined.
|
Modifier and Type | Method and Description |
---|---|
static HasReceiveMappingLoadingEvents.LoadingStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HasReceiveMappingLoadingEvents.LoadingStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HasReceiveMappingLoadingEvents.LoadingStatus LOADING_RESULT_UNDEFINED
public static final HasReceiveMappingLoadingEvents.LoadingStatus LOADING_RESULT_SUCCESS
public static final HasReceiveMappingLoadingEvents.LoadingStatus LOADING_RESULT_ERROR_XBRLRUNTIMEEXCEPTION
public static final HasReceiveMappingLoadingEvents.LoadingStatus LOADING_RESULT_ERROR_DTSDISCOVERYEXCEPTION
public static final HasReceiveMappingLoadingEvents.LoadingStatus LOADING_RESULT_ERROR_XBRLVALIDATIONEXCEPTION
public static final HasReceiveMappingLoadingEvents.LoadingStatus LOADING_RESULT_ERROR_OTHEREXCEPTION
public static HasReceiveMappingLoadingEvents.LoadingStatus[] values()
for (HasReceiveMappingLoadingEvents.LoadingStatus c : HasReceiveMappingLoadingEvents.LoadingStatus.values()) System.out.println(c);
public static HasReceiveMappingLoadingEvents.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