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