public static enum HighAvailabilityServicesUtils.AddressResolution extends Enum<HighAvailabilityServicesUtils.AddressResolution>
HighAvailabilityServices
.Enum Constant and Description |
---|
NO_ADDRESS_RESOLUTION |
TRY_ADDRESS_RESOLUTION |
Modifier and Type | Method and Description |
---|---|
static HighAvailabilityServicesUtils.AddressResolution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HighAvailabilityServicesUtils.AddressResolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HighAvailabilityServicesUtils.AddressResolution TRY_ADDRESS_RESOLUTION
public static final HighAvailabilityServicesUtils.AddressResolution NO_ADDRESS_RESOLUTION
public static HighAvailabilityServicesUtils.AddressResolution[] values()
for (HighAvailabilityServicesUtils.AddressResolution c : HighAvailabilityServicesUtils.AddressResolution.values()) System.out.println(c);
public static HighAvailabilityServicesUtils.AddressResolution 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 nullCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.