Uses of Class
inet.ipaddr.IPAddressSection.WildcardOptions.WildcardOption
-
Packages that use IPAddressSection.WildcardOptions.WildcardOption Package Description inet.ipaddr Base classes for IP addresses and generic addresses. -
-
Uses of IPAddressSection.WildcardOptions.WildcardOption in inet.ipaddr
Fields in inet.ipaddr declared as IPAddressSection.WildcardOptions.WildcardOption Modifier and Type Field Description IPAddressSection.WildcardOptions.WildcardOption
IPAddressSection.IPStringOptions. wildcardOption
IPAddressSection.WildcardOptions.WildcardOption
IPAddressSection.WildcardOptions. wildcardOption
Methods in inet.ipaddr that return IPAddressSection.WildcardOptions.WildcardOption Modifier and Type Method Description static IPAddressSection.WildcardOptions.WildcardOption
IPAddressSection.WildcardOptions.WildcardOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IPAddressSection.WildcardOptions.WildcardOption[]
IPAddressSection.WildcardOptions.WildcardOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in inet.ipaddr with parameters of type IPAddressSection.WildcardOptions.WildcardOption Modifier and Type Method Description IPAddressSection.IPStringOptions.Builder
IPAddressSection.IPStringOptions.Builder. setWildcardOption(IPAddressSection.WildcardOptions.WildcardOption wildcardOption)
Constructors in inet.ipaddr with parameters of type IPAddressSection.WildcardOptions.WildcardOption Constructor Description WildcardOptions(IPAddressSection.WildcardOptions.WildcardOption wildcardOption)
WildcardOptions(IPAddressSection.WildcardOptions.WildcardOption wildcardOption, AddressDivisionGrouping.StringOptions.Wildcards wildcards)
-