public static enum LLDPTLV.TLVType extends Enum<LLDPTLV.TLVType>
| Enum Constant and Description |
|---|
ChassisID |
Custom |
PortDesc |
PortID |
SystemDesc |
SystemName |
TTL |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
byte |
getValue() |
static LLDPTLV.TLVType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LLDPTLV.TLVType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LLDPTLV.TLVType Unknown
public static final LLDPTLV.TLVType ChassisID
public static final LLDPTLV.TLVType PortID
public static final LLDPTLV.TLVType TTL
public static final LLDPTLV.TLVType PortDesc
public static final LLDPTLV.TLVType SystemName
public static final LLDPTLV.TLVType SystemDesc
public static final LLDPTLV.TLVType Custom
public static LLDPTLV.TLVType[] values()
for (LLDPTLV.TLVType c : LLDPTLV.TLVType.values()) System.out.println(c);
public static LLDPTLV.TLVType 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 byte getValue()
Copyright © 2015. All Rights Reserved.