Package | Description |
---|---|
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.model.topology |
Modifier and Type | Method and Description |
---|---|
DataLinkInterface.DiscoveryProtocol |
DataLinkInterface.getProtocol() |
static DataLinkInterface.DiscoveryProtocol |
DataLinkInterface.DiscoveryProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataLinkInterface.DiscoveryProtocol[] |
DataLinkInterface.DiscoveryProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataLinkInterface.setProtocol(DataLinkInterface.DiscoveryProtocol protocol) |
Modifier and Type | Method and Description |
---|---|
DataLinkInterface.DiscoveryProtocol |
NodeToNodeLink.getProtocol() |
Constructor and Description |
---|
NodeToNodeLink(int nodeId,
int ifindex,
DataLinkInterface.DiscoveryProtocol protocol)
Constructor for NodeToNodeLink.
|
Copyright © 2015. All rights reserved.