Uses of Class
org.opendaylight.openflowplugin.applications.topology.lldp.TopologyLLDPDiscoveryProperty
-
Packages that use TopologyLLDPDiscoveryProperty Package Description org.opendaylight.openflowplugin.applications.topology.lldp -
-
Uses of TopologyLLDPDiscoveryProperty in org.opendaylight.openflowplugin.applications.topology.lldp
Methods in org.opendaylight.openflowplugin.applications.topology.lldp that return TopologyLLDPDiscoveryProperty Modifier and Type Method Description static TopologyLLDPDiscoveryProperty
TopologyLLDPDiscoveryProperty. forValue(String key)
Get property type from property key.static TopologyLLDPDiscoveryProperty
TopologyLLDPDiscoveryProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static TopologyLLDPDiscoveryProperty[]
TopologyLLDPDiscoveryProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-