public static enum RcpTypes.Ipv6Options extends java.lang.Enum<RcpTypes.Ipv6Options>
| Enum Constant and Description |
|---|
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static RcpTypes.Ipv6Options |
byId(long id) |
long |
id() |
static RcpTypes.Ipv6Options |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RcpTypes.Ipv6Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RcpTypes.Ipv6Options DEFAULT
public static RcpTypes.Ipv6Options[] values()
for (RcpTypes.Ipv6Options c : RcpTypes.Ipv6Options.values()) System.out.println(c);
public static RcpTypes.Ipv6Options 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 long id()
public static RcpTypes.Ipv6Options byId(long id)