Uses of Class
org.netxms.client.constants.LinkLayerDiscoveryProtocol
-
Packages that use LinkLayerDiscoveryProtocol Package Description org.netxms.client.constants org.netxms.client.objects -
-
Uses of LinkLayerDiscoveryProtocol in org.netxms.client.constants
Methods in org.netxms.client.constants that return LinkLayerDiscoveryProtocol Modifier and Type Method Description static LinkLayerDiscoveryProtocolLinkLayerDiscoveryProtocol. getByValue(int value)Get enum element by integer valuestatic LinkLayerDiscoveryProtocolLinkLayerDiscoveryProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static LinkLayerDiscoveryProtocol[]LinkLayerDiscoveryProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LinkLayerDiscoveryProtocol in org.netxms.client.objects
Methods in org.netxms.client.objects that return LinkLayerDiscoveryProtocol Modifier and Type Method Description LinkLayerDiscoveryProtocolInterface. getPeerDiscoveryProtocol()Get peer discovery protocol
-