public enum TopologyLLDPDiscoveryProperty extends Enum<TopologyLLDPDiscoveryProperty>
| Enum Constant and Description |
|---|
LLDP_SECURE_KEY |
TOPOLOGY_LLDP_EXPIRATION_INTERVAL |
TOPOLOGY_LLDP_INTERVAL |
| Modifier and Type | Method and Description |
|---|---|
static TopologyLLDPDiscoveryProperty |
forValue(String key)
Get property type from property key.
|
String |
toString()
Converts enum name to property key.
|
static TopologyLLDPDiscoveryProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopologyLLDPDiscoveryProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopologyLLDPDiscoveryProperty LLDP_SECURE_KEY
public static final TopologyLLDPDiscoveryProperty TOPOLOGY_LLDP_INTERVAL
public static final TopologyLLDPDiscoveryProperty TOPOLOGY_LLDP_EXPIRATION_INTERVAL
public static TopologyLLDPDiscoveryProperty[] values()
for (TopologyLLDPDiscoveryProperty c : TopologyLLDPDiscoveryProperty.values()) System.out.println(c);
public static TopologyLLDPDiscoveryProperty 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 static TopologyLLDPDiscoveryProperty forValue(String key)
key - the property keypublic String toString()
toString in class Enum<TopologyLLDPDiscoveryProperty>Copyright © 2019 OpenDaylight. All rights reserved.