public static enum BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus extends Enum<BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus>
| Enum Constant and Description | 
|---|
DOT1D_TP_FDB_STATUS_INVALID  | 
DOT1D_TP_FDB_STATUS_LEARNED  | 
DOT1D_TP_FDB_STATUS_MGMT  | 
DOT1D_TP_FDB_STATUS_OTHER  | 
DOT1D_TP_FDB_STATUS_SELF  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static Map<Integer,String> | 
s_typeMap  | 
| Modifier and Type | Method and Description | 
|---|---|
static BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus | 
get(Integer code)  | 
static String | 
getTypeString(Integer code)  | 
Integer | 
getValue()  | 
static BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus DOT1D_TP_FDB_STATUS_OTHER
public static final BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus DOT1D_TP_FDB_STATUS_INVALID
public static final BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus DOT1D_TP_FDB_STATUS_LEARNED
public static final BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus DOT1D_TP_FDB_STATUS_SELF
public static final BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus DOT1D_TP_FDB_STATUS_MGMT
public static BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus[] values()
for (BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus c : BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus.values()) System.out.println(c);
public static BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus 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 BridgeForwardingTableEntry.BridgeDot1qTpFdbStatus get(Integer code)
Copyright © 2020. All rights reserved.