Enum Class UriParserSyntaxException.MessageKeys
java.lang.Object
java.lang.Enum<UriParserSyntaxException.MessageKeys>
org.apache.olingo.server.core.uri.parser.UriParserSyntaxException.MessageKeys
- All Implemented Interfaces:
Serializable,Comparable<UriParserSyntaxException.MessageKeys>,Constable,ODataLibraryException.MessageKey
- Enclosing class:
- UriParserSyntaxException
public static enum UriParserSyntaxException.MessageKeys
extends Enum<UriParserSyntaxException.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: query-option nameparameter: alias nameEntity id must be followed by system query option idparameter: segmentparameter: query-option nameparameters: query-option name, query-option valueparameter: $format option value -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Gets this key.Returns the enum constant of this class with the specified name.static UriParserSyntaxException.MessageKeys[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MUST_BE_LAST_SEGMENT
parameter: segment -
UNKNOWN_SYSTEM_QUERY_OPTION
parameter: query-option name -
DOUBLE_SYSTEM_QUERY_OPTION
parameter: query-option name -
WRONG_VALUE_FOR_SYSTEM_QUERY_OPTION
parameters: query-option name, query-option value -
WRONG_VALUE_FOR_SYSTEM_QUERY_OPTION_FORMAT
parameter: $format option value -
SYSTEM_QUERY_OPTION_LEVELS_NOT_ALLOWED_HERE
public static final UriParserSyntaxException.MessageKeys SYSTEM_QUERY_OPTION_LEVELS_NOT_ALLOWED_HERE -
SYNTAX
-
DUPLICATED_ALIAS
parameter: alias name -
ENTITYID_MISSING_SYSTEM_QUERY_OPTION_ID
Entity id must be followed by 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
-