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