com.ihr.xbrl.mapper.util
Enum HasReceiveMappingLoadingEvents.LoadingStatus

java.lang.Object
  extended by java.lang.Enum<HasReceiveMappingLoadingEvents.LoadingStatus>
      extended by com.ihr.xbrl.mapper.util.HasReceiveMappingLoadingEvents.LoadingStatus
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HasReceiveMappingLoadingEvents.LoadingStatus>
Enclosing interface:
HasReceiveMappingLoadingEvents

public static enum HasReceiveMappingLoadingEvents.LoadingStatus
extends java.lang.Enum<HasReceiveMappingLoadingEvents.LoadingStatus>


Enum Constant Summary
LOADING_RESULT_ERROR_DTSDISCOVERYEXCEPTION
           
LOADING_RESULT_ERROR_OTHEREXCEPTION
           
LOADING_RESULT_ERROR_XBRLRUNTIMEEXCEPTION
           
LOADING_RESULT_ERROR_XBRLVALIDATIONEXCEPTION
           
LOADING_RESULT_SUCCESS
           
LOADING_RESULT_UNDEFINED
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

LOADING_RESULT_UNDEFINED

public static final HasReceiveMappingLoadingEvents.LoadingStatus LOADING_RESULT_UNDEFINED

LOADING_RESULT_SUCCESS

public static final HasReceiveMappingLoadingEvents.LoadingStatus LOADING_RESULT_SUCCESS

LOADING_RESULT_ERROR_XBRLRUNTIMEEXCEPTION

public static final HasReceiveMappingLoadingEvents.LoadingStatus LOADING_RESULT_ERROR_XBRLRUNTIMEEXCEPTION

LOADING_RESULT_ERROR_DTSDISCOVERYEXCEPTION

public static final HasReceiveMappingLoadingEvents.LoadingStatus LOADING_RESULT_ERROR_DTSDISCOVERYEXCEPTION

LOADING_RESULT_ERROR_XBRLVALIDATIONEXCEPTION

public static final HasReceiveMappingLoadingEvents.LoadingStatus LOADING_RESULT_ERROR_XBRLVALIDATIONEXCEPTION

LOADING_RESULT_ERROR_OTHEREXCEPTION

public static final HasReceiveMappingLoadingEvents.LoadingStatus LOADING_RESULT_ERROR_OTHEREXCEPTION
Method Detail

values

public static HasReceiveMappingLoadingEvents.LoadingStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (HasReceiveMappingLoadingEvents.LoadingStatus c : HasReceiveMappingLoadingEvents.LoadingStatus.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static HasReceiveMappingLoadingEvents.LoadingStatus valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa