Uses of Class
org.apache.syncope.client.console.topology.TopologyNode.Kind
- 
Packages that use TopologyNode.Kind Package Description org.apache.syncope.client.console.topology org.apache.syncope.client.console.wizards.resources 
- 
- 
Uses of TopologyNode.Kind in org.apache.syncope.client.console.topologyMethods in org.apache.syncope.client.console.topology that return TopologyNode.Kind Modifier and Type Method Description TopologyNode.KindTopologyNode. getKind()static TopologyNode.KindTopologyNode.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static TopologyNode.Kind[]TopologyNode.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.client.console.topology with parameters of type TopologyNode.Kind Modifier and Type Method Description voidTopologyNode. setKind(TopologyNode.Kind kind)Constructors in org.apache.syncope.client.console.topology with parameters of type TopologyNode.Kind Constructor Description TopologyNode(String key, String displayName, TopologyNode.Kind kind)
- 
Uses of TopologyNode.Kind in org.apache.syncope.client.console.wizards.resourcesMethods in org.apache.syncope.client.console.wizards.resources that return TopologyNode.Kind Modifier and Type Method Description TopologyNode.KindAbstractResourceWizardBuilder.CreateEvent. getKind()Constructors in org.apache.syncope.client.console.wizards.resources with parameters of type TopologyNode.Kind Constructor Description CreateEvent(String key, String displayName, TopologyNode.Kind kind, Serializable parent, AjaxRequestTarget target)
 
-