Uses of Class
org.apache.syncope.client.console.topology.TopologyNode.Status
-
Packages that use TopologyNode.Status Package Description org.apache.syncope.client.console.topology -
-
Uses of TopologyNode.Status in org.apache.syncope.client.console.topology
Methods in org.apache.syncope.client.console.topology that return TopologyNode.Status Modifier and Type Method Description static TopologyNode.Status
TopologyNode.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static TopologyNode.Status[]
TopologyNode.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-