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