Uses of Class
org.hcjf.cloud.impl.network.Node.Status
-
Packages that use Node.Status Package Description org.hcjf.cloud.impl.network -
-
Uses of Node.Status in org.hcjf.cloud.impl.network
Methods in org.hcjf.cloud.impl.network that return Node.Status Modifier and Type Method Description Node.StatusNode. getStatus()static Node.StatusNode.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Node.Status[]Node.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hcjf.cloud.impl.network with parameters of type Node.Status Modifier and Type Method Description voidNode. setStatus(Node.Status status)
-