public static enum IPAddressSection.WildcardOptions.WildcardOption extends Enum<IPAddressSection.WildcardOptions.WildcardOption>
Enum Constant and Description |
---|
ALL |
NETWORK_ONLY |
Modifier and Type | Method and Description |
---|---|
static IPAddressSection.WildcardOptions.WildcardOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPAddressSection.WildcardOptions.WildcardOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPAddressSection.WildcardOptions.WildcardOption NETWORK_ONLY
public static final IPAddressSection.WildcardOptions.WildcardOption ALL
public static IPAddressSection.WildcardOptions.WildcardOption[] values()
for (IPAddressSection.WildcardOptions.WildcardOption c : IPAddressSection.WildcardOptions.WildcardOption.values()) System.out.println(c);
public static IPAddressSection.WildcardOptions.WildcardOption 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 null