Uses of Class
org.netxms.client.snmp.SnmpVersion
-
Packages that use SnmpVersion Package Description org.netxms.client org.netxms.client.datacollection org.netxms.client.objects org.netxms.client.snmp -
-
Uses of SnmpVersion in org.netxms.client
Methods in org.netxms.client that return SnmpVersion Modifier and Type Method Description SnmpVersionNXCObjectModificationData. getSnmpVersion()Methods in org.netxms.client with parameters of type SnmpVersion Modifier and Type Method Description voidNXCObjectModificationData. setSnmpVersion(SnmpVersion snmpVersion) -
Uses of SnmpVersion in org.netxms.client.datacollection
Fields in org.netxms.client.datacollection declared as SnmpVersion Modifier and Type Field Description protected SnmpVersionDataCollectionObject. snmpVersionMethods in org.netxms.client.datacollection that return SnmpVersion Modifier and Type Method Description SnmpVersionDataCollectionObject. getSnmpVersion()Methods in org.netxms.client.datacollection with parameters of type SnmpVersion Modifier and Type Method Description voidDataCollectionObject. setSnmpVersion(SnmpVersion snmpVersion) -
Uses of SnmpVersion in org.netxms.client.objects
Fields in org.netxms.client.objects declared as SnmpVersion Modifier and Type Field Description protected SnmpVersionAbstractNode. snmpVersionMethods in org.netxms.client.objects that return SnmpVersion Modifier and Type Method Description SnmpVersionAbstractNode. getSnmpVersion() -
Uses of SnmpVersion in org.netxms.client.snmp
Methods in org.netxms.client.snmp that return SnmpVersion Modifier and Type Method Description static SnmpVersionSnmpVersion. getByValue(int value)Get enum element by integer valuestatic SnmpVersionSnmpVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static SnmpVersion[]SnmpVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-