public static enum FeatureError.Code extends Enum<FeatureError.Code>
Enum Constant and Description |
---|
BROKEN_ENTITY_AGGREGATING_REFERENCE
Invalid dependent database entry reference.
|
BROKEN_ENTITY_REFERENCE
Invalid database entry reference.
|
BROKEN_ENTITY_SCHEMA_REFERENCE
Invalid database entry schema reference.
|
BROKEN_ENTRY_REFERENCE
Invalid package entry reference.
|
BROKEN_ID_REFERENCE
Invalid ID reference.
|
BROKEN_PARENT_REFERENCE
Invalid parent element reference.
|
BROKEN_PROJECT_ID_REFERENCE
Invalid project ID reference.
|
BROKEN_SCHEMA_REFERENCE
Invalid schema reference.
|
BROKEN_TYPE_ID_REFERENCE
Wrong local type for ID reference.
|
BROKEN_TYPE_PROJECT_ID_REFERENCE
Wrong local type for project ID reference.
|
ENTITY_TYPE_OBSOLETE_ATTRIBUTE
Local entity type contains obsolete attribute.
|
INCOMPATIBLE_ENTITY_TYPE
Entity type has incompatible changes.
|
MISSING_ENTITY_TYPE
Unable to find entity type.
|
MISSING_FONT
Unable to find font.
|
MISSING_ID_REFERENCE
Invalid ID reference.
|
MISSING_LANGUAGE
Unable to find language.
|
MISSING_METADATA_TEMPLATE
Unable to find metadata template.
|
MISSING_PROJECT_ID_REFERENCE
Invalid project ID reference.
|
MISSING_RESOLUTION
Unable to find resolution.
|
MISSING_TEMPLATE_SET
Unable to find template set.
|
REQUIRED_INCOMING_REFERENCE
Unable to delete element.
|
TYPE_MISMATCH_ID_REFERENCE
Wrong local type for ID reference.
|
TYPE_MISMATCH_PROJECT_ID_REFERENCE
Wrong local type for project ID reference.
|
UNSUPPORTED_FEATURE_VERSION
Unsupported feature file version.
|
Modifier and Type | Method and Description |
---|---|
static FeatureError.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureError.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureError.Code UNSUPPORTED_FEATURE_VERSION
public static final FeatureError.Code MISSING_LANGUAGE
public static final FeatureError.Code MISSING_FONT
public static final FeatureError.Code MISSING_RESOLUTION
public static final FeatureError.Code MISSING_TEMPLATE_SET
public static final FeatureError.Code MISSING_METADATA_TEMPLATE
public static final FeatureError.Code BROKEN_ENTRY_REFERENCE
public static final FeatureError.Code BROKEN_PARENT_REFERENCE
public static final FeatureError.Code BROKEN_ID_REFERENCE
public static final FeatureError.Code BROKEN_PROJECT_ID_REFERENCE
public static final FeatureError.Code MISSING_ID_REFERENCE
public static final FeatureError.Code MISSING_PROJECT_ID_REFERENCE
public static final FeatureError.Code BROKEN_TYPE_ID_REFERENCE
public static final FeatureError.Code BROKEN_TYPE_PROJECT_ID_REFERENCE
public static final FeatureError.Code TYPE_MISMATCH_ID_REFERENCE
public static final FeatureError.Code TYPE_MISMATCH_PROJECT_ID_REFERENCE
public static final FeatureError.Code REQUIRED_INCOMING_REFERENCE
public static final FeatureError.Code BROKEN_ENTITY_AGGREGATING_REFERENCE
public static final FeatureError.Code BROKEN_ENTITY_SCHEMA_REFERENCE
public static final FeatureError.Code BROKEN_ENTITY_REFERENCE
public static final FeatureError.Code MISSING_ENTITY_TYPE
public static final FeatureError.Code INCOMPATIBLE_ENTITY_TYPE
public static final FeatureError.Code BROKEN_SCHEMA_REFERENCE
public static final FeatureError.Code ENTITY_TYPE_OBSOLETE_ATTRIBUTE
public static FeatureError.Code[] values()
for (FeatureError.Code c : FeatureError.Code.values()) System.out.println(c);
public static FeatureError.Code valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408