public static enum PublishedAddressPolicy.PublishedHostStrategy extends Enum<PublishedAddressPolicy.PublishedHostStrategy>
Modifier and Type | Method and Description |
---|---|
static PublishedAddressPolicy.PublishedHostStrategy |
getValue(String value) |
static PublishedAddressPolicy.PublishedHostStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublishedAddressPolicy.PublishedHostStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublishedAddressPolicy.PublishedHostStrategy DEFAULT
public static final PublishedAddressPolicy.PublishedHostStrategy IPADDRESS
public static final PublishedAddressPolicy.PublishedHostStrategy HOSTNAME
public static final PublishedAddressPolicy.PublishedHostStrategy FQDN
public static PublishedAddressPolicy.PublishedHostStrategy[] values()
for (PublishedAddressPolicy.PublishedHostStrategy c : PublishedAddressPolicy.PublishedHostStrategy.values()) System.out.println(c);
public static PublishedAddressPolicy.PublishedHostStrategy 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 static PublishedAddressPolicy.PublishedHostStrategy getValue(String value)
Copyright © 2005–2022 FuseSource, Corp.. All rights reserved.