public enum OvhFirewallTCPOptionEnum extends Enum<OvhFirewallTCPOptionEnum>
| Enum Constant and Description |
|---|
established |
syn |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhFirewallTCPOptionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhFirewallTCPOptionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhFirewallTCPOptionEnum established
public static final OvhFirewallTCPOptionEnum syn
public static OvhFirewallTCPOptionEnum[] values()
for (OvhFirewallTCPOptionEnum c : OvhFirewallTCPOptionEnum.values()) System.out.println(c);
public static OvhFirewallTCPOptionEnum 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 String toString()
toString in class Enum<OvhFirewallTCPOptionEnum>Copyright © 2018. All rights reserved.