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.topology
Methods in org.apache.syncope.client.console.topology that return TopologyNode.Kind Modifier and Type Method Description TopologyNode.Kind
TopologyNode. getKind()
static TopologyNode.Kind
TopologyNode.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 void
TopologyNode. 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.resources
Methods in org.apache.syncope.client.console.wizards.resources that return TopologyNode.Kind Modifier and Type Method Description TopologyNode.Kind
AbstractResourceWizardBuilder.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)
-