Uses of Class
org.bidib.wizard.mvc.ping.model.NodePingState
-
Packages that use NodePingState Package Description org.bidib.wizard.mvc.ping.model -
-
Uses of NodePingState in org.bidib.wizard.mvc.ping.model
Methods in org.bidib.wizard.mvc.ping.model that return NodePingState Modifier and Type Method Description NodePingStateNodePingModel. getNodePingState()static NodePingStateNodePingState. valueOf(String name)Returns 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 NodePingState Modifier and Type Method Description voidNodePingModel. setNodePingState(NodePingState nodePingState)voidPingTableModel. setNodePingState(org.bidib.wizard.api.model.NodeInterface node, NodePingState nodePingState)
-