Uses of Class
org.netxms.client.constants.IcmpStatCollectionMode
-
Packages that use IcmpStatCollectionMode Package Description org.netxms.client org.netxms.client.constants org.netxms.client.objects -
-
Uses of IcmpStatCollectionMode in org.netxms.client
Methods in org.netxms.client that return IcmpStatCollectionMode Modifier and Type Method Description IcmpStatCollectionModeNXCObjectModificationData. getIcmpStatCollectionMode()Get ICMP statistic collection modeMethods in org.netxms.client with parameters of type IcmpStatCollectionMode Modifier and Type Method Description voidNXCObjectModificationData. setIcmpStatCollectionMode(IcmpStatCollectionMode mode)Set ICMP statistic collection mode -
Uses of IcmpStatCollectionMode in org.netxms.client.constants
Methods in org.netxms.client.constants that return IcmpStatCollectionMode Modifier and Type Method Description static IcmpStatCollectionModeIcmpStatCollectionMode. getByValue(int value)Get enum element by integer valuestatic IcmpStatCollectionModeIcmpStatCollectionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static IcmpStatCollectionMode[]IcmpStatCollectionMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IcmpStatCollectionMode in org.netxms.client.objects
Fields in org.netxms.client.objects declared as IcmpStatCollectionMode Modifier and Type Field Description protected IcmpStatCollectionModeAbstractNode. icmpStatCollectionModeMethods in org.netxms.client.objects that return IcmpStatCollectionMode Modifier and Type Method Description IcmpStatCollectionModeAbstractNode. getIcmpStatCollectionMode()
-