public enum AllowTcpForwardingValue extends Enum<AllowTcpForwardingValue>
| Modifier and Type | Field and Description |
|---|---|
static Set<AllowTcpForwardingValue> |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
static AllowTcpForwardingValue |
fromString(String s) |
static AllowTcpForwardingValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowTcpForwardingValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllowTcpForwardingValue ALL
public static final AllowTcpForwardingValue NONE
public static final AllowTcpForwardingValue LOCAL
public static final AllowTcpForwardingValue REMOTE
public static final Set<AllowTcpForwardingValue> VALUES
public static AllowTcpForwardingValue[] values()
for (AllowTcpForwardingValue c : AllowTcpForwardingValue.values()) System.out.println(c);
public static AllowTcpForwardingValue 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 static AllowTcpForwardingValue fromString(String s)
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.