public static enum PublishedAddressPolicy.PublishedHostStrategy extends java.lang.Enum<PublishedAddressPolicy.PublishedHostStrategy>
Modifier and Type | Method and Description |
---|---|
static PublishedAddressPolicy.PublishedHostStrategy |
getValue(java.lang.String value) |
static PublishedAddressPolicy.PublishedHostStrategy |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static PublishedAddressPolicy.PublishedHostStrategy getValue(java.lang.String value)
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.