public static enum UriParserSemanticException.MessageKeys extends Enum<UriParserSemanticException.MessageKeys> implements org.apache.olingo.server.api.ODataLibraryException.MessageKey
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static UriParserSemanticException.MessageKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriParserSemanticException.MessageKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UriParserSemanticException.MessageKeys FUNCTION_NOT_FOUND
public static final UriParserSemanticException.MessageKeys RESOURCE_PART_ONLY_FOR_TYPED_PARTS
public static final UriParserSemanticException.MessageKeys RESOURCE_PART_MUST_BE_PRECEDED_BY_STRUCTURAL_TYPE
public static final UriParserSemanticException.MessageKeys PROPERTY_AFTER_COLLECTION
public static final UriParserSemanticException.MessageKeys PROPERTY_NOT_IN_TYPE
public static final UriParserSemanticException.MessageKeys EXPRESSION_PROPERTY_NOT_IN_TYPE
public static final UriParserSemanticException.MessageKeys UNKNOWN_PROPERTY_TYPE
public static final UriParserSemanticException.MessageKeys INCOMPATIBLE_TYPE_FILTER
public static final UriParserSemanticException.MessageKeys TYPE_FILTER_NOT_CHAINABLE
public static final UriParserSemanticException.MessageKeys PREVIOUS_PART_NOT_TYPED
public static final UriParserSemanticException.MessageKeys FUNCTION_PARAMETERS_EXPECTED
public static final UriParserSemanticException.MessageKeys UNKNOWN_PART
public static final UriParserSemanticException.MessageKeys UNKNOWN_TYPE
public static final UriParserSemanticException.MessageKeys ONLY_FOR_TYPED_PARTS
public static final UriParserSemanticException.MessageKeys UNKNOWN_ENTITY_TYPE
public static final UriParserSemanticException.MessageKeys ONLY_FOR_COLLECTIONS
public static final UriParserSemanticException.MessageKeys ONLY_FOR_ENTITY_TYPES
public static final UriParserSemanticException.MessageKeys ONLY_FOR_STRUCTURAL_TYPES
public static final UriParserSemanticException.MessageKeys ONLY_FOR_TYPED_PROPERTIES
public static final UriParserSemanticException.MessageKeys INVALID_KEY_VALUE
public static final UriParserSemanticException.MessageKeys PARAMETERS_LIST_ONLY_FOR_TYPED_PARTS
public static final UriParserSemanticException.MessageKeys WRONG_NUMBER_OF_KEY_PROPERTIES
public static final UriParserSemanticException.MessageKeys NOT_ENOUGH_REFERENTIAL_CONSTRAINTS
public static final UriParserSemanticException.MessageKeys KEY_NOT_ALLOWED
public static final UriParserSemanticException.MessageKeys RESOURCE_PATH_NOT_TYPED
public static final UriParserSemanticException.MessageKeys ONLY_SIMPLE_AND_COMPLEX_PROPERTIES_IN_SELECT
public static final UriParserSemanticException.MessageKeys COMPLEX_PROPERTY_OF_ENTITY_TYPE_EXPECTED
public static final UriParserSemanticException.MessageKeys NOT_FOR_ENTITY_TYPE
public static final UriParserSemanticException.MessageKeys PREVIOUS_PART_TYPED
public static final UriParserSemanticException.MessageKeys RESOURCE_NOT_FOUND
public static final UriParserSemanticException.MessageKeys NOT_IMPLEMENTED
public static final UriParserSemanticException.MessageKeys NAMESPACE_NOT_ALLOWED_AT_FIRST_ELEMENT
public static final UriParserSemanticException.MessageKeys COMPLEX_PARAMETER_IN_RESOURCE_PATH
public static final UriParserSemanticException.MessageKeys FUNCTION_IMPORT_NOT_ALLOWED
public static UriParserSemanticException.MessageKeys[] values()
for (UriParserSemanticException.MessageKeys c : UriParserSemanticException.MessageKeys.values()) System.out.println(c);
public static UriParserSemanticException.MessageKeys 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 getKey()
getKey in interface org.apache.olingo.server.api.ODataLibraryException.MessageKeyCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.