public static enum SbvrErrorInfo.Category extends Enum<SbvrErrorInfo.Category>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static SbvrErrorInfo.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SbvrErrorInfo.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SbvrErrorInfo.Category UNKNOWN
public static final SbvrErrorInfo.Category SYNTAX_ERROR
public static final SbvrErrorInfo.Category CLASS_NAME_INSIDE_PATH
public static final SbvrErrorInfo.Category MODEL_EXTERNAL_PROPERTY_WITHOUT_MAPPING
public static final SbvrErrorInfo.Category NO_XPATH_NOTATION
public static final SbvrErrorInfo.Category NOT_A_NOUN_CONCEPT
public static final SbvrErrorInfo.Category NOT_A_VERB_CONCEPT
public static final SbvrErrorInfo.Category ILL_DEFINED_MODALITY
public static final SbvrErrorInfo.Category UNKNOWN_CLASS
public static final SbvrErrorInfo.Category UNKNOWN_PROPERTY_TYPE
public static final SbvrErrorInfo.Category UNKNOWN_PROPERTY
public static final SbvrErrorInfo.Category UNKNOWN_SCHEMA_CALL
public static final SbvrErrorInfo.Category MIX_OF_AND_AND_OR
public static final SbvrErrorInfo.Category VERB_UNKNOWN_IN_CONTEXT
public static final SbvrErrorInfo.Category VERB_INVALID_FOR_GIVEN_PREDICATE
public static final SbvrErrorInfo.Category PARSER
public static final SbvrErrorInfo.Category AMBIGUOUS_CONTEXT
public static SbvrErrorInfo.Category[] values()
for (SbvrErrorInfo.Category c : SbvrErrorInfo.Category.values()) System.out.println(c);
public static SbvrErrorInfo.Category 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 nullpublic String getName()
Copyright © 2018. All rights reserved.