Enum GeoportalResolverQueryStringBuilder.RESOLVE_AS
java.lang.Object
java.lang.Enum<GeoportalResolverQueryStringBuilder.RESOLVE_AS>
org.gcube.portlets.user.uriresolvermanager.resolvers.query.GeoportalResolverQueryStringBuilder.RESOLVE_AS
- All Implemented Interfaces:
Serializable,Comparable<GeoportalResolverQueryStringBuilder.RESOLVE_AS>,java.lang.constant.Constable
- Enclosing class:
- GeoportalResolverQueryStringBuilder
public static enum GeoportalResolverQueryStringBuilder.RESOLVE_AS
extends Enum<GeoportalResolverQueryStringBuilder.RESOLVE_AS>
The Enum RESOLVE_AS_PARAMETER.
- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Mar 28, 2023
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionGets the param value.Returns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PUBLIC
Public scope. -
PRIVATE
Private scope.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getParamValue
Gets the param value.- Returns:
- the param value
-