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