public enum NATAliasMode extends java.lang.Enum<NATAliasMode>
{67772168-50D9-11DF-9669-7FB714EE4FA1}
Enum Constant and Description |
---|
AliasLog |
AliasProxyOnly |
AliasUseSamePorts |
Modifier and Type | Method and Description |
---|---|
static NATAliasMode |
fromValue(long v) |
static NATAliasMode |
fromValue(java.lang.String v) |
int |
value() |
static NATAliasMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NATAliasMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NATAliasMode AliasLog
public static final NATAliasMode AliasProxyOnly
public static final NATAliasMode AliasUseSamePorts
public static NATAliasMode[] values()
for (NATAliasMode c : NATAliasMode.values()) System.out.println(c);
public static NATAliasMode 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 int value()
public static NATAliasMode fromValue(long v)
public static NATAliasMode fromValue(java.lang.String v)