public static enum ServiceToURLProvider.ServiceToUrlImplPriority extends Enum<ServiceToURLProvider.ServiceToUrlImplPriority>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static ServiceToURLProvider.ServiceToUrlImplPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceToURLProvider.ServiceToUrlImplPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceToURLProvider.ServiceToUrlImplPriority FIRST
public static final ServiceToURLProvider.ServiceToUrlImplPriority SECOND
public static final ServiceToURLProvider.ServiceToUrlImplPriority THIRD
public static final ServiceToURLProvider.ServiceToUrlImplPriority FOURTH
public static final ServiceToURLProvider.ServiceToUrlImplPriority FIFTH
public static ServiceToURLProvider.ServiceToUrlImplPriority[] values()
for (ServiceToURLProvider.ServiceToUrlImplPriority c : ServiceToURLProvider.ServiceToUrlImplPriority.values()) System.out.println(c);
public static ServiceToURLProvider.ServiceToUrlImplPriority 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 int getValue()
Copyright © 2015–2022 Red Hat. All rights reserved.