Uses of Enum Class
org.netxms.client.snmp.SnmpVersion
Packages that use SnmpVersion
Package
Description
-
Uses of SnmpVersion in org.netxms.client
Methods in org.netxms.client that return SnmpVersionModifier and TypeMethodDescriptionNXCObjectModificationData.getSnmpTrapVersion()NXCObjectModificationData.getSnmpVersion()Methods in org.netxms.client with parameters of type SnmpVersionModifier and TypeMethodDescriptionvoidNXCObjectModificationData.setSnmpTrapVersion(SnmpVersion version) Set SNMP trap version.voidNXCObjectModificationData.setSnmpVersion(SnmpVersion snmpVersion) -
Uses of SnmpVersion in org.netxms.client.datacollection
Fields in org.netxms.client.datacollection declared as SnmpVersionMethods in org.netxms.client.datacollection that return SnmpVersionMethods in org.netxms.client.datacollection with parameters of type SnmpVersionModifier and TypeMethodDescriptionvoidDataCollectionObject.setSnmpVersion(SnmpVersion snmpVersion) -
Uses of SnmpVersion in org.netxms.client.objects
Fields in org.netxms.client.objects declared as SnmpVersionModifier and TypeFieldDescriptionprotected SnmpVersionAbstractNode.snmpTrapVersionprotected SnmpVersionAbstractNode.snmpVersionMethods in org.netxms.client.objects that return SnmpVersionModifier and TypeMethodDescriptionAbstractNode.getSnmpTrapVersion()AbstractNode.getSnmpVersion() -
Uses of SnmpVersion in org.netxms.client.snmp
Methods in org.netxms.client.snmp that return SnmpVersionModifier and TypeMethodDescriptionstatic SnmpVersionSnmpVersion.getByValue(int value) Get enum element by integer valuestatic SnmpVersionReturns the enum constant of this class with the specified name.static SnmpVersion[]SnmpVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.