Enum Class UriParserSemanticException.MessageKeys
java.lang.Object
java.lang.Enum<UriParserSemanticException.MessageKeys>
org.apache.olingo.server.core.uri.parser.UriParserSemanticException.MessageKeys
- All Implemented Interfaces:
Serializable,Comparable<UriParserSemanticException.MessageKeys>,Constable,ODataLibraryException.MessageKey
- Enclosing class:
- UriParserSemanticException
public static enum UriParserSemanticException.MessageKeys
extends Enum<UriParserSemanticException.MessageKeys>
implements ODataLibraryException.MessageKey
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionparameter: complex parameter valueparameters: type name, property nameparameter: function nameparameters: function-import name, function parametersparameter: type filterparameter: valueparameters: property nameparameter: namespaceparameter: addressed resource nameparameter: not implemented partparameter: not implemented part for system query option $idparameter: expressionparameter: expressionparameter: expressionparameter: expressionparameter: expressionparameter: type filterparameter: property nameparameters: type name, property nameparameter: resource_nameparameter: resource partparameters: previous type filter, last type filterparameters: left type, right typeparameter: resource partparameter: typeparameters: expected number, actual number -
Method Summary
-
Enum Constant Details
-
FUNCTION_NOT_FOUND
parameters: function-import name, function parameters -
RESOURCE_PART_MUST_BE_PRECEDED_BY_STRUCTURAL_TYPE
public static final UriParserSemanticException.MessageKeys RESOURCE_PART_MUST_BE_PRECEDED_BY_STRUCTURAL_TYPEparameter: resource part -
PROPERTY_AFTER_COLLECTION
parameter: property name -
PROPERTY_NOT_IN_TYPE
parameters: type name, property name -
EXPRESSION_PROPERTY_NOT_IN_TYPE
parameters: type name, property name -
INCOMPATIBLE_TYPE_FILTER
parameter: type filter -
TYPE_FILTER_NOT_CHAINABLE
parameters: previous type filter, last type filter -
PREVIOUS_PART_NOT_TYPED
parameter: type filter -
UNKNOWN_PART
parameter: resource part -
UNKNOWN_TYPE
parameter: type -
ONLY_FOR_TYPED_PARTS
parameter: expression -
ONLY_FOR_COLLECTIONS
parameter: expression -
ONLY_FOR_ENTITY_TYPES
parameter: expression -
ONLY_FOR_STRUCTURAL_TYPES
parameter: expression -
INVALID_KEY_VALUE
parameter: value -
WRONG_NUMBER_OF_KEY_PROPERTIES
parameters: expected number, actual number -
KEY_NOT_ALLOWED
-
RESOURCE_NOT_FOUND
parameter: resource_name -
NOT_IMPLEMENTED
parameter: not implemented part -
NAMESPACE_NOT_ALLOWED_AT_FIRST_ELEMENT
parameter: namespace -
COMPLEX_PARAMETER_IN_RESOURCE_PATH
parameter: complex parameter value -
TYPES_NOT_COMPATIBLE
parameters: left type, right type -
NOT_A_MEDIA_RESOURCE
parameter: addressed resource name -
IS_PROPERTY
parameters: property name -
ONLY_FOR_PRIMITIVE_TYPES
parameter: expression -
FUNCTION_MUST_USE_COLLECTIONS
parameter: function name -
COLLECTION_NOT_ALLOWED
-
NOT_IMPLEMENTED_SYSTEM_QUERY_OPTION
parameter: not implemented part for system query option $id
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getKey
Description copied from interface:ODataLibraryException.MessageKeyGets this key.- Specified by:
getKeyin interfaceODataLibraryException.MessageKey
-