Uses of Enum
org.bidib.wizard.mvc.ping.model.NodePingState
Packages that use NodePingState
-
Uses of NodePingState in org.bidib.wizard.mvc.ping.model
Methods in org.bidib.wizard.mvc.ping.model that return NodePingStateModifier and TypeMethodDescriptionNodePingModel.getNodePingState()static NodePingStateReturns the enum constant of this type with the specified name.static NodePingState[]NodePingState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bidib.wizard.mvc.ping.model with parameters of type NodePingStateModifier and TypeMethodDescriptionvoidNodePingModel.setNodePingState(NodePingState nodePingState) voidPingTableModel.setNodePingState(org.bidib.wizard.api.model.NodeInterface node, NodePingState nodePingState)