public static enum LldpSystemCapabilitiesMap.Options extends Enum<LldpSystemCapabilitiesMap.Options> implements OptionSpecification
OptionSpecification.Builder| Enum Constant and Description |
|---|
Bridge |
CvlanComponent |
DocsisCableDevice |
Other |
Repeater |
Router |
StationOnly |
SvlanComponent |
Telephone |
TwoPortMacRelay |
WlanAccessPoint |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitPosition()
Position of bit, 0 is first bit.
|
LocalizedText |
getDescription()
Returns the Description of the Option.
|
String |
getName()
Returns the Name of the Option.
|
static LldpSystemCapabilitiesMap.Options |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LldpSystemCapabilitiesMap.Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfbuilderpublic static final LldpSystemCapabilitiesMap.Options Other
public static final LldpSystemCapabilitiesMap.Options Repeater
public static final LldpSystemCapabilitiesMap.Options Bridge
public static final LldpSystemCapabilitiesMap.Options WlanAccessPoint
public static final LldpSystemCapabilitiesMap.Options Router
public static final LldpSystemCapabilitiesMap.Options Telephone
public static final LldpSystemCapabilitiesMap.Options DocsisCableDevice
public static final LldpSystemCapabilitiesMap.Options StationOnly
public static final LldpSystemCapabilitiesMap.Options CvlanComponent
public static final LldpSystemCapabilitiesMap.Options SvlanComponent
public static final LldpSystemCapabilitiesMap.Options TwoPortMacRelay
public static LldpSystemCapabilitiesMap.Options[] values()
for (LldpSystemCapabilitiesMap.Options c : LldpSystemCapabilitiesMap.Options.values()) System.out.println(c);
public static LldpSystemCapabilitiesMap.Options 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 int getBitPosition()
BitPositiongetBitPosition in interface BitPositionpublic String getName()
OptionSpecificationgetName in interface OptionSpecificationpublic LocalizedText getDescription()
OptionSpecificationgetDescription in interface OptionSpecificationCopyright © 2026. All rights reserved.