public static enum SenderIdTlv.SenderIdTlvType extends java.lang.Enum<SenderIdTlv.SenderIdTlvType>
Enum Constant and Description |
---|
SI_CHASSIS_COMPONENT |
SI_INTERFACE_ALIAS |
SI_INTERFACE_NAME |
SI_LOCALLY_ASSIGNED |
SI_MAC_ADDRESS |
SI_NETWORK_ADDRESS |
SI_NO_SENDER_ID_TLV |
SI_PORT_COMPONENT |
Modifier and Type | Method and Description |
---|---|
static SenderIdTlv.SenderIdTlvType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SenderIdTlv.SenderIdTlvType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SenderIdTlv.SenderIdTlvType SI_NO_SENDER_ID_TLV
public static final SenderIdTlv.SenderIdTlvType SI_CHASSIS_COMPONENT
public static final SenderIdTlv.SenderIdTlvType SI_INTERFACE_ALIAS
public static final SenderIdTlv.SenderIdTlvType SI_PORT_COMPONENT
public static final SenderIdTlv.SenderIdTlvType SI_MAC_ADDRESS
public static final SenderIdTlv.SenderIdTlvType SI_NETWORK_ADDRESS
public static final SenderIdTlv.SenderIdTlvType SI_INTERFACE_NAME
public static final SenderIdTlv.SenderIdTlvType SI_LOCALLY_ASSIGNED
public static SenderIdTlv.SenderIdTlvType[] values()
for (SenderIdTlv.SenderIdTlvType c : SenderIdTlv.SenderIdTlvType.values()) System.out.println(c);
public static SenderIdTlv.SenderIdTlvType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null