public static enum BridgeStpLink.BridgeDot1dStpPortEnable extends Enum<BridgeStpLink.BridgeDot1dStpPortEnable>
Enum Constant and Description |
---|
DOT1D_STP_PORT_DISABLED |
DOT1D_STP_PORT_ENABLED |
Modifier and Type | Method and Description |
---|---|
static BridgeStpLink.BridgeDot1dStpPortEnable |
get(Integer code) |
static String |
getTypeString(Integer code) |
Integer |
getValue() |
static BridgeStpLink.BridgeDot1dStpPortEnable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BridgeStpLink.BridgeDot1dStpPortEnable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BridgeStpLink.BridgeDot1dStpPortEnable DOT1D_STP_PORT_ENABLED
public static final BridgeStpLink.BridgeDot1dStpPortEnable DOT1D_STP_PORT_DISABLED
public static BridgeStpLink.BridgeDot1dStpPortEnable[] values()
for (BridgeStpLink.BridgeDot1dStpPortEnable c : BridgeStpLink.BridgeDot1dStpPortEnable.values()) System.out.println(c);
public static BridgeStpLink.BridgeDot1dStpPortEnable 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 Integer getValue()
public static BridgeStpLink.BridgeDot1dStpPortEnable get(Integer code)
Copyright © 2021. All rights reserved.