public static enum EMDKResults.EXTENDED_STATUS_CODE extends java.lang.Enum<EMDKResults.EXTENDED_STATUS_CODE>
Example Usage: results.extendedStatusInfo.extendedStatusCode;
Enum Constant and Description |
---|
ACTIVITY_SELECTION_MERGING_NOT_SUPPORTED
The ActivitySelection merging is not supported.
|
APP_NOT_ALLOWED_TO_SUBMIT_XML
Permission error.
|
DEPENDACY_COMPONENT_FAILURE
Failed to access dependency component.
|
FEATURE_NAME_NOT_FOUND_IN_CONFIG
Feature name not found for the feature in current EMDKConfig.xml.
|
FEATURE_NAME_NOT_FOUND_IN_EXTRADATA
The feature name not found in extraData.
|
FEATURE_NOT_UNIQUE_IN_CONFIG
Feature and feature name combination is not unique in current EMDKConfig.xml.
|
FEATURE_NOT_UNIQUE_IN_EXTRADATA
The Feature and Feature name combination is not unique in provided
extraData.
|
FEATURE_TYPE_NOT_FOUND_IN_CONFIG
Feature type not found in the profile in current EMDKConfig.xml.
|
FEATURE_TYPE_NOT_FOUND_IN_EXTRADATA
The feature type not found in extraData.
|
GENERAL_EXCEPTION_OCCURED
Exception occurred while performing requested operation.
|
INVALID_PROFILE_CONFIGURATION
The current EMDKConfig.xml is invalid.
|
INVALID_VALUE
The parameters given are invalid.
|
NAMEVALUE_MISMATCH_IN_EXTRADATA
One or more names of parameters not found in extraData.
|
NAMEVALUE_MISSMATCH_IN_CONFIG
One or more names of parameters not found in current EMDKConfig.xml.
|
NONE
There is no extended status code.
|
PROFILE_NAME_FORMAT_ERROR
The give profileName format is invalid.
|
PROFILE_NOT_FOUND_IN_CONFIG
Profile name not found in current EMDKConfig.xml.
|
PROFILE_NOT_FOUND_IN_EXTRADATA
The profile not found in extraData..
|
Modifier and Type | Method and Description |
---|---|
static EMDKResults.EXTENDED_STATUS_CODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EMDKResults.EXTENDED_STATUS_CODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMDKResults.EXTENDED_STATUS_CODE NONE
public static final EMDKResults.EXTENDED_STATUS_CODE PROFILE_NOT_FOUND_IN_CONFIG
public static final EMDKResults.EXTENDED_STATUS_CODE FEATURE_TYPE_NOT_FOUND_IN_CONFIG
public static final EMDKResults.EXTENDED_STATUS_CODE FEATURE_NAME_NOT_FOUND_IN_CONFIG
public static final EMDKResults.EXTENDED_STATUS_CODE FEATURE_NAME_NOT_FOUND_IN_EXTRADATA
public static final EMDKResults.EXTENDED_STATUS_CODE FEATURE_TYPE_NOT_FOUND_IN_EXTRADATA
public static final EMDKResults.EXTENDED_STATUS_CODE PROFILE_NOT_FOUND_IN_EXTRADATA
public static final EMDKResults.EXTENDED_STATUS_CODE FEATURE_NOT_UNIQUE_IN_CONFIG
public static final EMDKResults.EXTENDED_STATUS_CODE FEATURE_NOT_UNIQUE_IN_EXTRADATA
public static final EMDKResults.EXTENDED_STATUS_CODE DEPENDACY_COMPONENT_FAILURE
public static final EMDKResults.EXTENDED_STATUS_CODE GENERAL_EXCEPTION_OCCURED
public static final EMDKResults.EXTENDED_STATUS_CODE NAMEVALUE_MISSMATCH_IN_CONFIG
public static final EMDKResults.EXTENDED_STATUS_CODE NAMEVALUE_MISMATCH_IN_EXTRADATA
public static final EMDKResults.EXTENDED_STATUS_CODE INVALID_PROFILE_CONFIGURATION
public static final EMDKResults.EXTENDED_STATUS_CODE PROFILE_NAME_FORMAT_ERROR
public static final EMDKResults.EXTENDED_STATUS_CODE ACTIVITY_SELECTION_MERGING_NOT_SUPPORTED
public static final EMDKResults.EXTENDED_STATUS_CODE INVALID_VALUE
public static final EMDKResults.EXTENDED_STATUS_CODE APP_NOT_ALLOWED_TO_SUBMIT_XML
public static EMDKResults.EXTENDED_STATUS_CODE[] values()
for (EMDKResults.EXTENDED_STATUS_CODE c : EMDKResults.EXTENDED_STATUS_CODE.values()) System.out.println(c);
public static EMDKResults.EXTENDED_STATUS_CODE 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 null