public static enum IpV6OptionType.IpV6OptionTypeIdentifier extends Enum<IpV6OptionType.IpV6OptionTypeIdentifier>
Enum Constant and Description |
---|
DISCARD |
DISCARD_AND_SEND_ICMP |
DISCARD_AND_SEND_ICMP_IF_NOT_MULTICAST |
SKIP |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static IpV6OptionType.IpV6OptionTypeIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpV6OptionType.IpV6OptionTypeIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IpV6OptionType.IpV6OptionTypeIdentifier SKIP
public static final IpV6OptionType.IpV6OptionTypeIdentifier DISCARD
public static final IpV6OptionType.IpV6OptionTypeIdentifier DISCARD_AND_SEND_ICMP
public static final IpV6OptionType.IpV6OptionTypeIdentifier DISCARD_AND_SEND_ICMP_IF_NOT_MULTICAST
public static IpV6OptionType.IpV6OptionTypeIdentifier[] values()
for (IpV6OptionType.IpV6OptionTypeIdentifier c : IpV6OptionType.IpV6OptionTypeIdentifier.values()) System.out.println(c);
public static IpV6OptionType.IpV6OptionTypeIdentifier 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 int getValue()
Copyright © 2014. All Rights Reserved.