Uses of Class
org.opennms.netmgt.model.DiscoveryProtocol
-
Packages that use DiscoveryProtocol Package Description org.opennms.netmgt.model This file is part of OpenNMS(R). -
-
Uses of DiscoveryProtocol in org.opennms.netmgt.model
Methods in org.opennms.netmgt.model that return DiscoveryProtocol Modifier and Type Method Description static DiscoveryProtocol
DiscoveryProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static DiscoveryProtocol[]
DiscoveryProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-