Uses of Enum Class
org.netxms.client.snmp.SnmpVersion
Packages that use SnmpVersion
Package
Description
- 
Uses of SnmpVersion in org.netxms.clientMethods in org.netxms.client that return SnmpVersionMethods in org.netxms.client with parameters of type SnmpVersionModifier and TypeMethodDescriptionvoidNXCObjectModificationData.setSnmpVersion(SnmpVersion snmpVersion) 
- 
Uses of SnmpVersion in org.netxms.client.datacollectionFields 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.objectsFields in org.netxms.client.objects declared as SnmpVersionMethods in org.netxms.client.objects that return SnmpVersion
- 
Uses of SnmpVersion in org.netxms.client.snmpMethods 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.