Uses of Enum Class
org.netxms.client.constants.ServerActionType
Packages that use ServerActionType
-
Uses of ServerActionType in org.netxms.client
Methods in org.netxms.client that return ServerActionTypeMethods in org.netxms.client with parameters of type ServerActionType -
Uses of ServerActionType in org.netxms.client.constants
Methods in org.netxms.client.constants that return ServerActionTypeModifier and TypeMethodDescriptionstatic ServerActionTypeServerActionType.getByValue(int value) Get enum element by integer valuestatic ServerActionTypeReturns the enum constant of this class with the specified name.static ServerActionType[]ServerActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.